]> git.sesse.net Git - vlc/blobdiff - test/libvlc/test.h
Remove Unneeded test (thx ipkiss)
[vlc] / test / libvlc / test.h
index 9fe2a0f34d1637a97fd0de5a4d4f11b64b83e4bf..947caa919592efa97e987bf687e0d4c31b7771c2 100644 (file)
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
-#include <vlc/libvlc.h>
+#include <vlc/vlc.h>
 
 #undef NDEBUG
 #include <assert.h>
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdbool.h>
 #include <unistd.h>
 
 
@@ -52,6 +53,7 @@ static const char * test_defaults_args[] = {
     "--ignore-config",
     "-I",
     "dummy",
+    "--no-media-library",
     "--plugin-path=../modules",
     "--vout=dummy",
     "--aout=dummy"