[vlc-commits] activex: remove options which are default
Rafaël Carré
git at videolan.org
Tue Jun 18 23:17:19 CEST 2013
npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Jun 18 23:09:04 2013 +0200| [048e6cca2027b11e28a851d2dcc61332dc773573] | committer: Rafaël Carré
activex: remove options which are default
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=048e6cca2027b11e28a851d2dcc61332dc773573
---
activex/plugin.cpp | 4 ----
1 file changed, 4 deletions(-)
diff --git a/activex/plugin.cpp b/activex/plugin.cpp
index 90ced08..15a8f01 100644
--- a/activex/plugin.cpp
+++ b/activex/plugin.cpp
@@ -486,13 +486,9 @@ void VLCPlugin::initVLC()
}
}
- // make sure plugin isn't affected with VLC single instance mode
- ppsz_argv[ppsz_argc++] = "--no-one-instance";
-
/* common settings */
ppsz_argv[ppsz_argc++] = "-vv";
ppsz_argv[ppsz_argc++] = "--no-stats";
- ppsz_argv[ppsz_argc++] = "--no-media-library";
ppsz_argv[ppsz_argc++] = "--intf=dummy";
ppsz_argv[ppsz_argc++] = "--no-video-title-show";
More information about the vlc-commits
mailing list