[vlc-commits] [Git][videolan/vlc][master] test: opengl: fix out-of-tree build

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Jul 12 09:27:13 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
722a680e by Francois Cartegnie at 2023-07-12T08:52:42+00:00
test: opengl: fix out-of-tree build

- - - - -


1 changed file:

- test/modules/video_output/opengl/filters.c


Changes:

=====================================
test/modules/video_output/opengl/filters.c
=====================================
@@ -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 ||



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/722a680e37305576a5e771c885f505015f235c7d

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/722a680e37305576a5e771c885f505015f235c7d
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list