summaryrefslogtreecommitdiffstats
path: root/package/x264
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-11-19 20:53:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-11-19 20:53:56 +0100
commit7450386ae9b6d48bf13d1d8a9853b50d9e767c28 (patch)
treea7d002448c372e23b374f337b965002890d5efeb /package/x264
parentd81d202e97258e440d1fc271ba5cdb7c01f7257f (diff)
downloadbuildroot-7450386ae9b6d48bf13d1d8a9853b50d9e767c28.tar.gz
buildroot-7450386ae9b6d48bf13d1d8a9853b50d9e767c28.zip
x264: disable opencl support
We don't have anything providing opencl support in Buildroot, so this is just dead code. More importantly, it uses dlopen so it breaks on completely static configurations. Fixes: http://autobuild.buildroot.net/results/51b/51bd1464fe85f3fcdc5beb095cb1cdbfa413ec24/ http://autobuild.buildroot.net/results/694/694032b21c386c9eb50ba76aa32428bcd5cf9214/ http://autobuild.buildroot.net/results/097/0979f12e50d2413c702147408572b01e6bc700f2/ http://autobuild.buildroot.net/results/d9c/d9c46ca92bc349b42673a60f1b66d6df99d26545/ And many more. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/x264')
-rw-r--r--package/x264/x264.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index 1846f04b30..7060ac1755 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -42,6 +42,7 @@ define X264_CONFIGURE_CMDS
--cross-prefix="$(TARGET_CROSS)" \
--disable-ffms \
--enable-static \
+ --disable-opencl \
$(X264_CONF_OPTS) \
)
endef
OpenPOWER on IntegriCloud