summaryrefslogtreecommitdiff
path: root/package/x264
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-02-07 10:01:14 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-07 10:01:14 +0100
commitd471c19d0cedd2eda93ed686e9cf0399e5419919 (patch)
treea7053d7c369793aa71353fdfc7ffe05bb7d07a58 /package/x264
parentf745590297f8a221db3cda0d2eeeabef2657f460 (diff)
x264: disable avxsynth support
Fixes: http://autobuild.buildroot.net/results/0f8/0f8b1167ba23a9a2cd9bd6b6e1baa0470523d47d/ http://autobuild.buildroot.net/results/b65/b651f488fbd6f2985e1a656814098db6c60040e5/ We don't have an avxsynth package in Buildroot, and x264 uses dlopen to access it so it breaks on static only toolchains. 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 6352ba39a..1e198bc64 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -11,6 +11,7 @@ X264_LICENSE = GPLv2+
X264_DEPENDENCIES = host-pkgconf
X264_LICENSE_FILES = COPYING
X264_INSTALL_STAGING = YES
+X264_CONF_OPTS = --disable-avs
ifeq ($(BR2_i386)$(BR2_x86_64),y)
X264_DEPENDENCIES += host-yasm