[vlc-devel] commit: Contrib: force x264 to disable broken options (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jan 20 20:08:16 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 20 16:58:16 2010 +0100| [35b1c2b12b7ff0fa0f166f366fcc2ac2d96e0a66] | committer: Jean-Baptiste Kempf
Contrib: force x264 to disable broken options
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
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35b1c2b12b7ff0fa0f166f366fcc2ac2d96e0a66
---
extras/contrib/src/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 70888ad..39149ca 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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`
# ***************************************************************************
More information about the vlc-devel
mailing list