zynq_zed: bump U-Boot to xilinx-v2016.2
[buildroot-gz.git] / package / x265 / Config.in
blob1d6eda20492c540cf8043ff96a512f220b3bdbc5
1 config BR2_PACKAGE_X265
2         bool "x265"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on !BR2_STATIC_LIBS # dlfcn
6         depends on BR2_TOOLCHAIN_HAS_SYNC_4
7         help
8           x265 is an open source free software and library for encoding video
9           using the High Efficiency Video Coding (HEVC/H.265) standard. x265 is
10           offered under either the GNU General Public License (GPL) 2 license or
11           a commercial license, similar to the x264 project.
13           http://x265.org
15 if BR2_PACKAGE_X265
17 config BR2_PACKAGE_X265_CLI
18         bool "CLI"
19         help
20           Command-line tool to encode video streams into the
21           H.265/HEVC compression format.
23 endif
25 comment "x265 needs a toolchain w/ C++, threads, dynamic library"
26         depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
27                 !BR2_TOOLCHAIN_HAS_THREADS
28         depends on BR2_TOOLCHAIN_HAS_SYNC_4