1 config BR2_PACKAGE_ORTP
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 select BR2_PACKAGE_BCTOOLBOX
7 oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
9 http://www.linphone.org/eng/documentation/dev/ortp.html
11 comment "ortp needs a toolchain w/ C++, threads"
12 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS