xref: /OK3568_Linux_fs/buildroot/package/ortp/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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