vlc | branch: master | Steve Lhomme <[email protected]> | Mon Jul 15 11:26:21 2019 +0200| [8eb9877ca2c168bc45a31b8272c3bc7ad4d947f6] | committer: Steve Lhomme
webvtt: fix local include pathes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8eb9877ca2c168bc45a31b8272c3bc7ad4d947f6 --- modules/codec/webvtt/subsvtt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/codec/webvtt/subsvtt.c b/modules/codec/webvtt/subsvtt.c index 33ecf00a8e..b432918d3d 100644 --- a/modules/codec/webvtt/subsvtt.c +++ b/modules/codec/webvtt/subsvtt.c @@ -34,8 +34,8 @@ #include <vlc_memstream.h> #include <assert.h> -#include "../codec/substext.h" -#include "../demux/mp4/minibox.h" +#include "../substext.h" +#include "../../demux/mp4/minibox.h" #include "webvtt.h" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
