2012-06-03 21:20:45 +02:00
|
|
|
config BR2_PACKAGE_ORTP
|
|
|
|
bool "oRTP"
|
2012-12-11 01:39:00 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
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
|
|
|
|
|
|
|
comment "ortp requires a toolchain with threads support"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|