[vlc-devel] [PATCH] Fix tests that incorrectly referenced the libvlc_internal.h

Michael Tänzer neo at nhng.de
Sun Jan 10 19:46:42 CET 2016


Otherwise tests fail to build.
---
 test/modules/keystore/test.c | 2 +-
 test/modules/misc/tls.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/modules/keystore/test.c b/test/modules/keystore/test.c
index 8ac4146..13b0434 100644
--- a/test/modules/keystore/test.c
+++ b/test/modules/keystore/test.c
@@ -23,7 +23,7 @@
 #endif
 #include <vlc/vlc.h>
 
-#include "../../lib/libvlc_internal.h"
+#include "../../../lib/libvlc_internal.h"
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>
diff --git a/test/modules/misc/tls.c b/test/modules/misc/tls.c
index 0145536..39bec32 100644
--- a/test/modules/misc/tls.c
+++ b/test/modules/misc/tls.c
@@ -41,7 +41,7 @@
 #include <vlc_modules.h>
 #include <vlc_tls.h>
 #include <vlc_dialog.h>
-#include "../../lib/libvlc_internal.h"
+#include "../../../lib/libvlc_internal.h"
 
 #include <vlc/vlc.h>
 
-- 
2.5.0



More information about the vlc-devel mailing list