[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:50:41 CEST 2010
vlc/vlc-1.1 | branch: master | David Menestrina <dmenest-vlc at ofb.net> | Mon May 10 15:32:02 2010 -0700| [ac0d2057fc9ca6fe1817038fcead4dd965fb5615] | committer: Jean-Baptiste Kempf
Change plugin path for Mozilla plugin on Mac OS X
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit bf4e7c9acf39971fa489a9309e8daef5b1030bd7)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=ac0d2057fc9ca6fe1817038fcead4dd965fb5615
---
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