1 config BR2_PACKAGE_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
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.
17 config BR2_PACKAGE_X265_CLI
20 Command-line tool to encode video streams into the
21 H.265/HEVC compression format.
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