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
|
2020-02-27 18:47:09 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # bctoolbox
|
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
|
|
|
|
|
2019-11-29 17:14:00 +01:00
|
|
|
https://www.linphone.org/technical-corner/ortp
|
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
|
2020-02-27 18:47:09 +01:00
|
|
|
|
|
|
|
comment "ortp needs a toolchain not affected by GCC bug 64735"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|