Commit ac0d2057 authored by David Menestrina's avatar David Menestrina Committed by Jean-Baptiste Kempf

Change plugin path for Mozilla plugin on Mac OS X

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit bf4e7c9acf39971fa489a9309e8daef5b1030bd7)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8a191173
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment