]> git.sesse.net Git - vlc/commitdiff
Contrib: force x264 to disable broken options
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 20 Jan 2010 15:58:16 +0000 (16:58 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 20 Jan 2010 19:08:10 +0000 (20:08 +0100)
It seem to not work because of cross-compilation. It seems to call directly pkg-config with no way of overriding it.
--disable-avs-input --disable-lavf-input --disable-ffms-input --disable-mp4-output

extras/contrib/src/Makefile

index 70888ad1ad8961166a457b54bbad93dc5cbe2ca0..39149ca7a34887e054c837e3df050acadcc340ad 100644 (file)
@@ -181,6 +181,8 @@ ifdef HAVE_ISA_THUMB
 NOTHUMB ?= -mno-thumb
 endif
 
+X264CONF+= --disable-avs-input --disable-lavf-input --disable-ffms-input --disable-mp4-output
+
 DATE=`date +%Y-%m-%d`
 
 # ***************************************************************************