]> git.sesse.net Git - vlc/commitdiff
Don't use the media library in the mozilla plugin
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 6 Sep 2006 21:30:14 +0000 (21:30 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 6 Sep 2006 21:30:14 +0000 (21:30 +0000)
mozilla/vlcplugin.cpp

index ada7d870721cbc96ae9d99bdfd566d533a244895..57ddeaf76ada75a683b78bdc339ad20fa651eeb7 100644 (file)
@@ -71,6 +71,7 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
         "vlc",
         "-vv",
         "--no-stats",
+        "--no-media-library",
         "--intf", "dummy",
     };
     int ppsz_argc = 5;