]> git.sesse.net Git - vlc/commitdiff
Change plugin path for Mozilla plugin on Mac OS X
authorDavid Menestrina <dmenest-vlc@ofb.net>
Mon, 10 May 2010 22:32:02 +0000 (15:32 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 14 May 2010 08:48:13 +0000 (10:48 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
projects/mozilla/vlcplugin.cpp

index cfdede108451e53c2a015ca85fc7a02a2699f733..2a15a2a127929237bf325a0131e490d946649703 100644 (file)
@@ -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;