1 config BR2_PACKAGE_MEDIASTREAMER
3 select BR2_PACKAGE_ORTP
4 depends on BR2_INSTALL_LIBSTDCPP # ortp
5 depends on BR2_TOOLCHAIN_HAS_THREADS # ortp
7 Mediastreamer is a powerful and lightweighted streaming
8 engine specialized for voice/video telephony applications.
10 It is the library that is responsible for all the receiving
11 and sending of multimedia streams in linphone, including
12 voice/video capture, encoding and decoding, and rendering.
14 http://www.linphone.org/eng/documentation/dev/mediastreamer2.html
16 comment "mediastreamer needs a toolchain w/ threads, C++"
17 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS