[vlc-commits] macosx: fix contrib compilation with latest xcode

Felix Paul Kühne git at videolan.org
Sat Mar 22 20:38:49 CET 2014


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Mar 22 20:38:48 2014 +0100| [6793735c3f2fec3a0e054d875e74bfc030c0b422] | committer: Felix Paul Kühne

macosx: fix contrib compilation with latest xcode

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=6793735c3f2fec3a0e054d875e74bfc030c0b422
---

 extras/macosx/build-vlc.sh |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index a2020c7..d46d1b1 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -115,6 +115,11 @@ spopd
 
 info "Fetching contrib"
 
+export CFLAGS="${CFLAGS} -Wno-error=unused-command-line-argument-hard-error-in-future"
+export CPPFLAGS="${CFLAGS}"
+export CXXFLAGS="${CFLAGS}"
+export OBJCFLAGS="${CFLAGS}"
+
 spushd extras/macosx/vlc/contrib
 
 if ! [ -e ${ARCH}-npapi ]; then



More information about the vlc-commits mailing list