cjson: bump to version 1.4.3
[buildroot-gz.git] / package / libopenh264 / Config.in
blob2b77578a83297e46c60a1611b30022abd8e0e582
1 config BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS
2         bool
3         default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || \
4                 BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
5                 BR2_x86_64
7 config BR2_PACKAGE_LIBOPENH264
8         bool "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
13         help
14           OpenH264 is a codec library which supports H.264 encoding and
15           decoding.
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 || \
21                 BR2_STATIC_LIBS
22         depends on BR2_PACKAGE_LIBOPENH264_ARCH_SUPPORTS