OSDN Git Service

x264: Add "--disable-swscale" to the config as it borked the nightly build server...
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 19 Jul 2010 12:56:39 +0000 (12:56 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 19 Jul 2010 12:56:39 +0000 (12:56 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3448 b64f7644-9d1e-0410-96f1-a4d463321fa5

contrib/x264/module.defs

index ab49566..6f0eaee 100644 (file)
@@ -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)-