[vlc-commits] test: remove cargo-culted LibVLC parameters

Rémi Denis-Courmont git at videolan.org
Wed Nov 25 17:22:50 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Nov 25 18:21:09 2015 +0200| [d1f507fb0c8c026130c490c2eb88559deb913874] | committer: Rémi Denis-Courmont

test: remove cargo-culted LibVLC parameters

 * ignore-config is enabled by default
 * intf is irrelevant (as libvlc_add_intf() is not called in tests)
 * media-library is disabled by default
 * aout is overriden by the media player
 * vout is overriden by the media player

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1f507fb0c8c026130c490c2eb88559deb913874
---

 test/libvlc/test.h |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index fc41f51..4e8356a 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -49,12 +49,6 @@
 
 static const char * test_defaults_args[] = {
     "-v",
-    "--ignore-config",
-    "-I",
-    "dummy",
-    "--no-media-library",
-    "--vout=dummy",
-    "--aout=dummy"
 };
 
 static const int test_defaults_nargs =



More information about the vlc-commits mailing list