]> git.sesse.net Git - vlc/blobdiff - projects/mozilla/vlcplugin.cpp
Change plugin path for Mozilla plugin on Mac OS X
[vlc] / 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;