1*4882a593Smuzhiyunconfig BR2_PACKAGE_ORTP 2*4882a593Smuzhiyun bool "oRTP" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # bctoolbox 6*4882a593Smuzhiyun select BR2_PACKAGE_BCTOOLBOX 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun oRTP, a Real-time Transport Protocol (RTP,RFC3550) library 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun https://www.linphone.org/technical-corner/ortp 11*4882a593Smuzhiyun 12*4882a593Smuzhiyuncomment "ortp needs a toolchain w/ C++, threads" 13*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "ortp needs a toolchain not affected by GCC bug 64735" 16*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 17