From 06d71908754669f4148a2eae020e2b02afd30c04 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Mon, 19 Jul 2010 12:56:39 +0000 Subject: 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 --- contrib/x264/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/x264/module.defs') 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)- -- cgit v1.2.3