npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Jan 3 15:56:15 2013 +0100| [789e6afc1717aed2691cb5f33acb0931511daac9] | committer: Jean-Baptiste Kempf
MacOS: build against the vlc-stable repo > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=789e6afc1717aed2691cb5f33acb0931511daac9 --- extras/macosx/build-vlc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh index a0cdb1a..12885bb 100755 --- a/extras/macosx/build-vlc.sh +++ b/extras/macosx/build-vlc.sh @@ -72,7 +72,7 @@ info "Preparing build dirs" spushd extras/macosx if ! [ -e vlc ]; then -git clone git://git.videolan.org/vlc.git +git clone git://git.videolan.org/vlc/vlc-2.0.git vlc fi spopd #extras/macosx @@ -152,6 +152,8 @@ cd 64build --disable-sdl \ --disable-sdl-image \ --disable-macosx-vlc-app \ + --with-macosx-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk \ + --with-macosx-version-min=10.6 \ --prefix=${PREFIX} > ${out} info "Compiling VLC" _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
