From d4f950b3285f5afa3f77f35096d7a5d073b9f296 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 11 Feb 2010 11:40:39 +0100 Subject: [PATCH] macosx/framework: Embbed the plugin cache as well. Cool speedup when launching the client the first time! --- projects/macosx/framework/Pre-Compile.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 ########################## -- 2.39.2