Browse Source

Change plugin path for Mozilla plugin on Mac OS X

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
pull/2/head
David Menestrina 16 years ago
committed by Jean-Baptiste Kempf
parent
commit
bf4e7c9acf
  1. 2
      projects/mozilla/vlcplugin.cpp

2
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;

Loading…
Cancel
Save