]> git.sesse.net Git - vlc/blobdiff - test/libvlc/test.h
Merge branch 1.0-bugfix
[vlc] / test / libvlc / test.h
index 947caa919592efa97e987bf687e0d4c31b7771c2..388a465d33181f510c745cfb9eaea72404c027cb 100644 (file)
@@ -62,7 +62,8 @@ static const char * test_defaults_args[] = {
 static const int test_defaults_nargs =
     sizeof (test_defaults_args) / sizeof (test_defaults_args[0]);
 
-static const char * test_default_sample = "samples/test.sample";
+/*static const char test_default_sample[] = "samples/test.sample";*/
+static const char test_default_sample[] = SRCDIR"/samples/empty.voc";
 
 
 /*********************************************************************