kumquat-buildroot/package/x265/Config.in
Bernd Kuhls 724bc9b83d package/x265: bump version to 3.5
Rebased patch 0001 based on Gentoo patch
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/x265/files/arm-r1.patch

Removed patch 0002, a different fix was applied upstream:
ec7396adaa

Update project URL and _SITE.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-11-21 21:48:11 +01:00

30 lines
878 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_git/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