summaryrefslogtreecommitdiffstats
path: root/contrib/x264/module.defs
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-07-19 12:56:39 +0000
committerdynaflash <[email protected]>2010-07-19 12:56:39 +0000
commit06d71908754669f4148a2eae020e2b02afd30c04 (patch)
tree23381e9b64aff523906683b5e2b4e688f7ab329c /contrib/x264/module.defs
parent160032f663af0c8bd75f3ec070b2984378cd9668 (diff)
x264: Add "--disable-swscale" to the config as it borked the nightly build server and is not used for libx264 anyway, only applies to the x264 cli which we do not use.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3448 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x264/module.defs')
-rw-r--r--contrib/x264/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs
index ab4956665..6f0eaee43 100644
--- a/contrib/x264/module.defs
+++ b/contrib/x264/module.defs
@@ -9,7 +9,7 @@ X264.CONFIGURE.shared =
X264.CONFIGURE.static =
X264.CONFIGURE.extra = --disable-gpac
-X264.CONFIGURE.extra += --disable-avs --disable-lavf --disable-ffms
+X264.CONFIGURE.extra += --disable-avs --disable-lavf --disable-ffms --disable-swscale
ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
X264.CONFIGURE.extra += --cross-prefix=$(BUILD.spec)-