396f7e464ccefcc51fb25ddd871644db8697f9c7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mediastreamer / Config.in
1 config BR2_PACKAGE_MEDIASTREAMER
2         bool "mediastreamer"
3         select BR2_PACKAGE_ORTP
4         depends on BR2_INSTALL_LIBSTDCPP # until fixed
5         depends on BR2_TOOLCHAIN_HAS_THREADS # ortp
6         help
7           Mediastreamer is a powerful and lightweighted streaming
8           engine specialized for voice/video telephony applications.
9
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.
13
14           http://www.linphone.org/eng/documentation/dev/mediastreamer2.html
15
16 comment "mediastreamer needs a toolchain w/ threads, C++"
17         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS