[vlc-commits] commit: Revert "Bump libvlccore version on the Mac OS X install script." ( Pierre d'Herbemont )

git at videolan.org git at videolan.org
Mon May 3 11:38:39 CEST 2010


vlc/vlc-1.1 | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Mon May  3 11:38:15 2010 +0200| [cbe58a4ff3dfaf79d28a39c8f516ae241a98e9b6] | committer: Pierre d'Herbemont 

Revert "Bump libvlccore version on the Mac OS X install script."

This reverts commit 571cb7829c54cd6a6392b2d631c880fcbfc6981a.

This was intended for master tree.

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

 projects/macosx/framework/Pre-Compile.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index 7504d56..d939b92 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -257,11 +257,11 @@ fi
 # Build the lib folder
 
 vlc_install "src/${prefix}" "libvlc.5.dylib" "${target_lib}" "library"
-vlc_install "src/${prefix}" "libvlccore.5.dylib" "${target_lib}" "library"
+vlc_install "src/${prefix}" "libvlccore.4.dylib" "${target_lib}" "library"
 pushd `pwd` > /dev/null
 cd ${target_lib}
 ln -sf libvlc.5.dylib libvlc.dylib
-ln -sf libvlccore.5.dylib libvlccore.dylib
+ln -sf libvlccore.4.dylib libvlccore.dylib
 popd > /dev/null
 
 ##########################



More information about the vlc-commits mailing list