2012-06-03 21:20:45 +02:00
|
|
|
config BR2_PACKAGE_ORTP
|
|
|
|
bool "oRTP"
|
2017-01-22 22:00:21 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2012-12-11 01:39:00 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2017-01-22 22:00:21 +01:00
|
|
|
select BR2_PACKAGE_BCTOOLBOX
|
2012-06-03 21:20:45 +02:00
|
|
|
help
|
|
|
|
oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
|
|
|
|
|
|
|
|
http://www.linphone.org/eng/documentation/dev/ortp.html
|
2012-12-11 01:39:00 +01:00
|
|
|
|
2017-01-22 22:00:21 +01:00
|
|
|
comment "ortp needs a toolchain w/ C++, threads"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|