]> git.sesse.net Git - vlc/commitdiff
macosx/framework: Embbed the plugin cache as well.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 11 Feb 2010 10:40:39 +0000 (11:40 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 11 Feb 2010 10:41:50 +0000 (11:41 +0100)
Cool speedup when launching the client the first time!

projects/macosx/framework/Pre-Compile.sh

index 80bb3d192d976454579317e7b27b06f61192cd04..4f51f46c0aead86e91a65a42a2c6256b53bfde32 100644 (file)
@@ -134,6 +134,10 @@ if test "${ACTION}" = "build"; then
             vlc_install ${module} ${target_modules} "module"
         fi
     done
+
+    # Install the module cache
+    vlc_install `ls ${VLC_BUILD_DIR}/modules/plugins-*.dat` ${target_modules} "data"
+
     # Build the modules folder
     ##########################