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

Rémi Denis-Courmont remi at remlab.net
Sun Jan 10 19:54:33 CET 2016


On Sunday 10 January 2016 19:46:42 Michael Tänzer wrote:
> Otherwise tests fail to build.

Merged.


> ---
>  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>

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list