From: Rafaël Carré Date: Fri, 25 Nov 2011 22:39:35 +0000 (-0500) Subject: contrib: MacOSX 10.5 works fine (tested for PPC32) X-Git-Tag: 1.3.0-git~55 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=683382180b7588301d175f0ffb3d02f2a75bfb57;p=vlc contrib: MacOSX 10.5 works fine (tested for PPC32) Use this as the default Specify which framework to use by using OSX_VERSION=10.6 --- diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 47a55b2d72..c212d71335 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -90,7 +90,7 @@ endif endif ifdef HAVE_MACOSX -OSX_VERSION=10.6 +OSX_VERSION?=10.5 MACOSX_SDK=/Developer/SDKs/MacOSX$(OSX_VERSION).sdk CC=gcc-4.2 CXX=g++-4.2