[vlc-commits] commit: Change plugin path for Mozilla plugin on Mac OS X ( David Menestrina )
git at videolan.org
git at videolan.org
Fri May 14 10:49:56 CEST 2010
vlc | branch: master | David Menestrina <dmenest-vlc at ofb.net> | Mon May 10 15:32:02 2010 -0700| [bf4e7c9acf39971fa489a9309e8daef5b1030bd7] | committer: Jean-Baptiste Kempf
Change plugin path for Mozilla plugin on Mac OS X
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bf4e7c9acf39971fa489a9309e8daef5b1030bd7
---
projects/mozilla/vlcplugin.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index cfdede1..2a15a2a 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -330,7 +330,7 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
/* locate VLC module path */
#ifdef XP_MACOSX
- ppsz_argv[ppsz_argc++] = "--plugin-path=/Library/Internet\\ Plug-Ins/VLC\\ Plugin.plugin/Contents/MacOS/modules";
+ ppsz_argv[ppsz_argc++] = "--plugin-path=/Library/Internet\\ Plug-Ins/VLC\\ Plugin.plugin/Contents/MacOS/plugins";
ppsz_argv[ppsz_argc++] = "--vout=minimal_macosx";
#elif defined(XP_WIN)
HKEY h_key;
More information about the vlc-commits
mailing list