Files
sam.xiang e38fbf739c [buildroot] create buildroot-2021.05 from github
repo: https://github.com/buildroot/buildroot/tree/2021.05
	commit: 69f79f2a2ee1417e19c1ead2c9226e11753c06cb

	Update for 2021.05

Change-Id: I77d6d14da04483c97cb172bf6732732012e538d9
2023-03-13 23:30:54 +08:00

30 lines
874 B
Plaintext

config BR2_PACKAGE_X265
bool "x265"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS # dlfcn
depends on BR2_TOOLCHAIN_HAS_SYNC_4
help
x265 is an open source free software and library for
encoding video using the High Efficiency Video Coding
(HEVC/H.265) standard. x265 is offered under either the GNU
General Public License (GPL) 2 license or a commercial
license, similar to the x264 project.
https://bitbucket.org/multicoreware/x265/wiki/Home
if BR2_PACKAGE_X265
config BR2_PACKAGE_X265_CLI
bool "CLI"
help
Command-line tool to encode video streams into the
H.265/HEVC compression format.
endif
comment "x265 needs a toolchain w/ C++, threads, dynamic library"
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
!BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_TOOLCHAIN_HAS_SYNC_4