3cc823d4be
Fixes http://autobuild.buildroot.net/results/4252c2f0f85c27af0d814d8c9a4a5b4d74f4dac1/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
config BR2_PACKAGE_ORTP
|
|
bool "oRTP"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
|
|
|
|
http://www.linphone.org/eng/documentation/dev/ortp.html
|
|
|
|
comment "ortp requires a toolchain with threads support"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|