[vlc-devel] [PATCH 2/5] Change plugin path for Mozilla plugin on Mac OS X
Jean-Baptiste Kempf
jb at videolan.org
Fri May 14 10:51:08 CEST 2010
Applied.
On Mon, May 10, 2010 at 03:32:02PM -0700, David Menestrina wrote :
> ---
> 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;
> --
> 1.7.0.3
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
--
Best Regards,
--
Jean-Baptiste Kempf
http://www.jbkempf.com/
More information about the vlc-devel
mailing list