[vlc-devel] --ignore-config in mozilla plugin
Dmitry Karasik
dmitry at karasik.eu.org
Sun Jan 18 11:15:29 CET 2009
Please find attached the patch that restores ability of VLC mozilla and activex
plugin that allows use of the main config by these plugins. The problem it
solves is that on slower machines it is otherwise impossible to set up the
plugins to display video smoothly.
--- projects/mozilla/plugin.cpp.0 2008-10-15 21:19:38.000000000 +0200
+++ projects/mozilla/plugin.cpp 2009-01-18 11:10:52.000000000 +0100
@@ -470,7 +470,6 @@
/* common settings */
ppsz_argv[ppsz_argc++] = "--no-stats";
ppsz_argv[ppsz_argc++] = "--no-media-library";
- ppsz_argv[ppsz_argc++] = "--ignore-config";
ppsz_argv[ppsz_argc++] = "--intf=dummy";
// loop mode is a configuration option only
--- projects/activex/vlcplugin.cpp.0 2008-10-15 21:31:22.000000000 +0200
+++ projects/activex/vlcplugin.cpp 2009-01-18 11:10:40.000000000 +0100
@@ -117,7 +117,6 @@
ppsz_argv[ppsz_argc++] = "-vv";
ppsz_argv[ppsz_argc++] = "--no-stats";
ppsz_argv[ppsz_argc++] = "--no-media-library";
- ppsz_argv[ppsz_argc++] = "--ignore-config";
ppsz_argv[ppsz_argc++] = "--intf";
ppsz_argv[ppsz_argc++] = "dummy";
--
Sincerely,
Dmitry Karasik
More information about the vlc-devel
mailing list