summaryrefslogtreecommitdiffstats
path: root/package/x265/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-03-02 18:33:31 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-03-02 23:01:18 +0100
commitdb6b5ad9bb7756420950edd0b0fb28ed1cdc0057 (patch)
tree863e7c3396aebf95f19c469aa251a8872e34ef7c /package/x265/Config.in
parentd07488975de1f3377bfcf1bf27fd813e46b89d1e (diff)
downloadbuildroot-db6b5ad9bb7756420950edd0b0fb28ed1cdc0057.tar.gz
buildroot-db6b5ad9bb7756420950edd0b0fb28ed1cdc0057.zip
x265: depends on BR2_TOOLCHAIN_HAS_SYNC_4
It uses __sync_fetch_and_add_4() and other 32-bit atomics, fixes: http://autobuild.buildroot.net/results/6cf/6cf4cdfdcd00f92176fd8a901884a3fd0c784f24/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/x265/Config.in')
-rw-r--r--package/x265/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/x265/Config.in b/package/x265/Config.in
index f268e65841..1d6eda2049 100644
--- a/package/x265/Config.in
+++ b/package/x265/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_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
@@ -24,3 +25,4 @@ 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
OpenPOWER on IntegriCloud