[vlc-devel] [PATCH] test: do not use config and cache

Marvin Scholz epirat07 at gmail.com
Wed Apr 8 15:35:06 CEST 2020


---
 test/libvlc/test.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index 9d58d0d328..a604a44f97 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -47,7 +47,7 @@
  */
 
 static const char * test_defaults_args[] = {
-    "-v", "--vout=vdummy",
+    "-v", "--vout=vdummy", "--ignore-config", "--no-plugins-cache",
 };
 
 static const int test_defaults_nargs =
-- 
2.24.1 (Apple Git-126)



More information about the vlc-devel mailing list