[vlc-devel] [PATCH 13/14] test: use the jpeg file to test vout specific calls
Steve Lhomme
robux4 at videolabs.io
Fri Sep 30 18:36:24 CEST 2016
make sure we use a dummy/portable vout by default in tests.
---
test/libvlc/test.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index 4e8356a..62e260f 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -48,7 +48,7 @@
*/
static const char * test_defaults_args[] = {
- "-v",
+ "-v", "--vout=vdummy",
};
static const int test_defaults_nargs =
@@ -56,6 +56,7 @@ static const int test_defaults_nargs =
/*static const char test_default_sample[] = "samples/test.sample";*/
static const char test_default_sample[] = SRCDIR"/samples/empty.voc";
+static const char test_default_video[] = SRCDIR"/samples/image.jpg";
/*********************************************************************
--
2.8.2
More information about the vlc-devel
mailing list