[vlc-commits] mac: drop no longer needed CFLAG hack

Felix Paul Kühne git at videolan.org
Wed Oct 22 11:43:00 CEST 2014


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Oct 22 11:42:15 2014 +0200| [54e661d9e8169c321417c1a6723681b350cc02b6] | committer: Felix Paul Kühne

mac: drop no longer needed CFLAG hack

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

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

diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index d5b5627..771eab3 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -115,11 +115,6 @@ 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