git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d07aed
)
mozilla: use minimal_macosx as vout in webplugin, it leaks way less then macosx vout.
author
Jean-Paul Saman
<jpsaman@videolan.org>
Sun, 21 Jun 2009 14:09:52 +0000
(16:09 +0200)
committer
Jean-Paul Saman
<jpsaman@videolan.org>
Fri, 24 Jul 2009 12:26:28 +0000
(14:26 +0200)
projects/mozilla/vlcplugin.cpp
patch
|
blob
|
history
diff --git
a/projects/mozilla/vlcplugin.cpp
b/projects/mozilla/vlcplugin.cpp
index
f1003a2
..
5f4444b
100644
(file)
--- a/
projects/mozilla/vlcplugin.cpp
+++ b/
projects/mozilla/vlcplugin.cpp
@@
-99,7
+99,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++] = "--vout=macosx";
+ ppsz_argv[ppsz_argc++] = "--vout=m
inimal_m
acosx";
#elif defined(XP_WIN)
HKEY h_key;
DWORD i_type, i_data = MAX_PATH + 1;