[vlc-commits] [Git][videolan/vlc][3.0.x] meson: fix relative path of libvlc_internal.h

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Aug 28 09:00:49 UTC 2026



Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
0ac4cfe2 by Steve Lhomme at 2026-08-28T09:58:19+02:00
meson: fix relative path of libvlc_internal.h

(cherry picked from commit 32d5d04642b386b63d8536d8ac360d9d06412fd9)
Co-authored-by: François Cartegnie <fcvlcdev at free.fr>
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

- - - - -


1 changed file:

- test/src/input/decoder.c


Changes:

=====================================
test/src/input/decoder.c
=====================================
@@ -34,7 +34,7 @@
 #include <vlc_url.h>
 
 #include <vlc/libvlc.h>
-#include "../../lib/libvlc_internal.h"
+#include "../../../lib/libvlc_internal.h"
 
 #include "common.h"
 #include "decoder.h"



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0ac4cfe2d6a5b610ee12b09829ea3b4e4b3a7640

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0ac4cfe2d6a5b610ee12b09829ea3b4e4b3a7640
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list