[vlc-devel] commit: Don't ignore-config on the webplugin (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Oct 1 01:59:37 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 1 01:57:15 2009 +0200| [9dee7a82fa1a61ca457fa4d390f2df7a7881085b] | committer: Jean-Baptiste Kempf
Don't ignore-config on the webplugin
This is bad, because many times you customize your vout configuration to make it work.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9dee7a82fa1a61ca457fa4d390f2df7a7881085b
---
projects/mozilla/vlcplugin.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index bc3fd3b..daed0c9 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -127,7 +127,6 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
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=dummy";
ppsz_argv[ppsz_argc++] = "--no-video-title-show";
More information about the vlc-devel
mailing list