diff options
author | dynaflash <[email protected]> | 2010-07-19 12:56:39 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-07-19 12:56:39 +0000 |
commit | 06d71908754669f4148a2eae020e2b02afd30c04 (patch) | |
tree | 23381e9b64aff523906683b5e2b4e688f7ab329c | |
parent | 160032f663af0c8bd75f3ec070b2984378cd9668 (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
-rw-r--r-- | contrib/x264/module.defs | 2 |
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)- |