[vlc-commits] contrib: MacOSX 10.5 works fine (tested for PPC32)

Rafaël Carré git at videolan.org
Fri Nov 25 23:50:35 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Nov 25 17:39:35 2011 -0500| [683382180b7588301d175f0ffb3d02f2a75bfb57] | committer: Rafaël Carré

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

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

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

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 47a55b2..c212d71 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



More information about the vlc-commits mailing list