[vlc-devel] [PATCH 1/2] test: use adummy and tdummy by default in tests

Alexandre Janniaux ajanni at videolabs.io
Thu Jul 9 17:23:19 CEST 2020


Avoid leaks in pulse and freetype when not testing those.
---
 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 c7b45261746..b40d66d351a 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", "--aout=adummy", "--text-renderer=tdummy",
 };
 
 static const int test_defaults_nargs =
-- 
2.27.0



More information about the vlc-devel mailing list