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

Michael Tänzer git at videolan.org
Sun Jan 10 19:53:47 CET 2016


vlc | branch: master | Michael Tänzer <neo at nhng.de> | Sun Jan 10 19:46:42 2016 +0100| [680ced4162ad7151901c8667421a703b146e4e74] | committer: Rémi Denis-Courmont

Fix tests that incorrectly referenced the libvlc_internal.h

Otherwise tests fail to build.

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=680ced4162ad7151901c8667421a703b146e4e74
---

 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 5a2c7da..7788d82 100644
--- a/test/modules/misc/tls.c
+++ b/test/modules/misc/tls.c
@@ -38,7 +38,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>
 



More information about the vlc-commits mailing list