]> git.sesse.net Git - vlc/commitdiff
Don't ignore-config on the webplugin
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Sep 2009 23:57:15 +0000 (01:57 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 30 Sep 2009 23:57:15 +0000 (01:57 +0200)
This is bad, because many times you customize your vout configuration to make it work.

projects/mozilla/vlcplugin.cpp

index bc3fd3bb396a64167311bed49804b22933565b5c..daed0c9c233ff17fe4b03f6248f7baef4894b404 100644 (file)
@@ -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";