[vlc-devel] commit: Honor libvlc/libvlccorelibrary versions (Jean-Paul Saman )
git version control
git at videolan.org
Tue May 5 11:48:47 CEST 2009
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Apr 19 22:27:38 2009 +0200| [267487929ef25b39b6d7853cf172e035fe44cf2e] | committer: Jean-Paul Saman
Honor libvlc/libvlccorelibrary versions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=267487929ef25b39b6d7853cf172e035fe44cf2e
---
projects/macosx/framework/Pre-Compile.sh | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index 3a4b485..c25c321 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -153,8 +153,10 @@ if test "${ACTION}" = "build"; then
esac
done
- install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.dylib" ${target_lib} "library"
- install_library "${VLC_BUILD_DIR}/src/${prefix}libvlccore.dylib" ${target_lib} "library"
+ install_library "${VLC_BUILD_DIR}/src/${prefix}libvlc.2.dylib" "${target_lib}" "library"
+ install_library "${VLC_BUILD_DIR}/src/${prefix}libvlccore.2.dylib" "${target_lib}" "library"
+ ln -sf ${target_lib}/libvlc.2.dylib ${target_lib}/libvlc.dylib
+ ln -sf ${target_lib}/libvlccore.2.dylib ${target_lib}/libvlccore.dylib
##########################
# Build the share folder
More information about the vlc-devel
mailing list