[vlc-devel] commit: macosx/framework: Embbed the plugin cache as well. (Pierre d' Herbemont )
git version control
git at videolan.org
Thu Feb 11 11:41:55 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Feb 11 11:40:39 2010 +0100| [d4f950b3285f5afa3f77f35096d7a5d073b9f296] | committer: Pierre d'Herbemont
macosx/framework: Embbed the plugin cache as well.
Cool speedup when launching the client the first time!
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d4f950b3285f5afa3f77f35096d7a5d073b9f296
---
projects/macosx/framework/Pre-Compile.sh | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/projects/macosx/framework/Pre-Compile.sh b/projects/macosx/framework/Pre-Compile.sh
index 80bb3d1..4f51f46 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
##########################
More information about the vlc-devel
mailing list