From 0046eaa5141c6794ec7b57a964b46d34d1d9353b Mon Sep 17 00:00:00 2001 From: dynaflash Date: Mon, 19 Jul 2010 12:56:39 +0000 Subject: [PATCH] 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://localhost/HandBrake/trunk@3448 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/x264/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index ab495666..6f0eaee4 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)- -- 2.11.0