[vlc-commits] contrib: blind attempt to fix contrib compilation with Xcode 4.6 and later

Felix Paul Kühne git at videolan.org
Tue Apr 9 18:48:24 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Apr  9 18:48:23 2013 +0200| [b19306d3da00c32e42c6d3707bf5276767fd3781] | committer: Felix Paul Kühne

contrib: blind attempt to fix contrib compilation with Xcode 4.6 and later

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

 contrib/src/main.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 56669b5..85cfca4 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -97,8 +97,8 @@ endif
 
 ifdef HAVE_MACOSX
 MIN_OSX_VERSION=10.6
-CC=xcrun gcc
-CXX=xcrun g++
+CC=xcrun llvm-gcc-4.2
+CXX=xcrun llvm-g++-4.2
 AR=xcrun ar
 LD=xcrun ld
 STRIP=xcrun strip



More information about the vlc-commits mailing list