[vlc-commits] [Git][videolan/vlc][master] test: hls: fix include
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Jul 18 05:25:54 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
c1854cca by François Cartegnie at 2024-07-18T05:08:48+00:00
test: hls: fix include
- - - - -
1 changed file:
- test/modules/stream_out/hls/subtitles_segmenter.c
Changes:
=====================================
test/modules/stream_out/hls/subtitles_segmenter.c
=====================================
@@ -28,7 +28,7 @@
#include <vlc_sout.h>
#include "../../../libvlc/test.h"
-#include "../../modules/stream_out/hls/hls.h"
+#include "../../../../modules/stream_out/hls/hls.h"
#include "../lib/libvlc_internal.h"
struct test_scenario
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c1854cca3624538ca8ce18b0d1bcfe70850c941c
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c1854cca3624538ca8ce18b0d1bcfe70850c941c
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