[vlc-commits] commit: am: Use plugins/ for VLC.app. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Mar 4 19:35:10 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Mar 4 19:24:47 2010 +0100| [84b88ba59e2940c45bb3625bb5b2085613b8faef] | committer: Pierre d'Herbemont
am: Use plugins/ for VLC.app.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84b88ba59e2940c45bb3625bb5b2085613b8faef
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index ce606f1..08ac51d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -643,7 +643,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
$(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
- ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/modules
+ ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/plugins
install -d $(top_builddir)/VLC.app/Contents/MacOS/share
for i in `ls $(srcdir)/share`; do \
ln -sf `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
More information about the vlc-commits
mailing list