Skip to content
Snippets Groups Projects
Commit 722a680e authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Steve Lhomme
Browse files

test: opengl: fix out-of-tree build

parent 479e9f3f
No related branches found
No related tags found
1 merge request!3904test: opengl: fix out-of-tree build
Pipeline #362767 passed with stages
in 31 minutes and 7 seconds
......@@ -33,7 +33,7 @@
#undef VLC_DYNAMIC_PLUGIN
#include "../../../libvlc/test.h"
#include "../../../lib/libvlc_internal.h"
#include "../../../../lib/libvlc_internal.h"
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_codec.h>
......@@ -42,8 +42,8 @@
#include <vlc_modules.h>
#include <vlc_vout_display.h>
#include "../../../modules/video_output/opengl/filters.h"
#include "../../../modules/video_output/opengl/gl_api.h"
#include "../../../../modules/video_output/opengl/filters.h"
#include "../../../../modules/video_output/opengl/gl_api.h"
static_assert(
VLC_TEST_OPENGL_API == VLC_OPENGL ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment