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