[vlc-commits] extras/ios: remove hack since it is no longer needed

Felix Paul Kühne git at videolan.org
Sat Jun 14 12:47:12 CEST 2014


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jun 14 12:46:41 2014 +0200| [58c5bed5734b0bdfeff043bf3e2911d849ea1ab8] | committer: Felix Paul Kühne

extras/ios: remove hack since it is no longer needed

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58c5bed5734b0bdfeff043bf3e2911d849ea1ab8
---

 extras/package/ios/build.sh |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index c3aec25..d3dce3a 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -138,10 +138,6 @@ fi
 else
 export CFLAGS="-isysroot ${SDKROOT} -arch ${ARCH} -miphoneos-version-min=${SDK_MIN} ${OPTIM}"
 fi
-export CFLAGS="${CFLAGS} -Wno-error=unused-command-line-argument-hard-error-in-future"
-export CPPFLAGS="${CFLAGS}"
-export CXXFLAGS="${CFLAGS}"
-export OBJCFLAGS="${CFLAGS}"
 
 export CPP="xcrun cc -E"
 export CXXCPP="xcrun c++ -E"



More information about the vlc-commits mailing list