[vlc-devel] commit: osx/framework: don' t include the big macosx module as it is useless for this purpose ( Felix Paul Kühne )

git version control git at videolan.org
Wed Sep 30 19:25:09 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Sep 30 19:25:00 2009 +0200| [d8eccf0845988d6c2af76317f8ca343addfd13d0] | committer: Felix Paul Kühne 

osx/framework: don't include the big macosx module as it is useless for this purpose

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

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

diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index d83cd95..922755c 100644
--- a/projects/macosx/framework/Pre-Compile.sh
+++ b/projects/macosx/framework/Pre-Compile.sh
@@ -140,6 +140,12 @@ if test "${ACTION}" = "build"; then
         popd > /dev/null
     fi
 
+    # remove stuff we don't need
+    if [ "$FULL_PRODUCT_NAME" = "VLCKit.framework" ] ; then
+        echo "Removing module libmacosx_plugin.dylib"
+        rm ${target_modules}/libmacosx_plugin.dylib
+    fi
+
     ##########################
     # Build the library folder
     echo "Building library folder... ${linked_libs}"




More information about the vlc-devel mailing list