1 config BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS
3 default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || \
4 BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
7 config BR2_PACKAGE_LIBOPENH264
9 depends on BR2_INSTALL_LIBSTDCPP
10 depends on !BR2_STATIC_LIBS
11 depends on BR2_TOOLCHAIN_HAS_THREADS
12 depends on BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS
14 OpenH264 is a codec library which supports H.264 encoding and
17 http://www.openh264.org
19 comment "libopenh264 needs a toolchain w/ C++, dynamic library, threads"
20 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
22 depends on BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS