kumquat-buildroot/package/x265/Config.in
Peter Seiderer 5968d99b99 x265: needs threads
Fixes [1]:

  build/x265-1.8/source/common/threading.h:34:21: fatal error: pthread.h: No such file or directory

[1] http://autobuild.buildroot.net/results/261/26134a234be5a67914cde0fb81601f6860d943d2

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-11-02 20:59:08 +01:00

25 lines
685 B
Plaintext

config BR2_PACKAGE_X265
bool "x265"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_TOOLCHAIN_HAS_THREADS
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.
http://x265.org
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"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS