From: Pierre d'Herbemont Date: Thu, 11 Feb 2010 10:40:39 +0000 (+0100) Subject: macosx/framework: Embbed the plugin cache as well. X-Git-Tag: 1.1.0-ff~178 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d4f950b3285f5afa3f77f35096d7a5d073b9f296;p=vlc macosx/framework: Embbed the plugin cache as well. Cool speedup when launching the client the first time! --- diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh index 80bb3d192d..4f51f46c0a 100644 --- a/projects/macosx/framework/Pre-Compile.sh +++ b/projects/macosx/framework/Pre-Compile.sh @@ -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 ##########################