From ff093e5b7816f6e23fd6d4e9e4f9f54444ad63ac Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 31 Oct 2017 14:12:11 +0100 Subject: vd_lavc: makre sure required headers are included early enough Should fix #5062. --- video/decode/lavc.h | 1 + video/decode/vd_lavc.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/video/decode/lavc.h b/video/decode/lavc.h index 5795af3ecf..f3cebd0f20 100644 --- a/video/decode/lavc.h +++ b/video/decode/lavc.h @@ -5,6 +5,7 @@ #include #include +#include #include "config.h" diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index d146270062..824eb12a11 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -24,7 +24,6 @@ #include #include -#include #include #include -- cgit v1.2.3