diff --git a/video/decode/lavc_dr1.c b/video/decode/lavc_dr1.c index a8de29eb1a..cf1852b1ab 100644 --- a/video/decode/lavc_dr1.c +++ b/video/decode/lavc_dr1.c @@ -42,6 +42,7 @@ #include "config.h" #include "lavc.h" +#include "video/decode/dec_video.h" #if HAVE_PTHREADS #include diff --git a/video/decode/vdpau_old.c b/video/decode/vdpau_old.c index caca5df1a5..24486a6b23 100644 --- a/video/decode/vdpau_old.c +++ b/video/decode/vdpau_old.c @@ -31,6 +31,7 @@ #include "video/fmt-conversion.h" #include "video/vdpau.h" #include "video/hwdec.h" +#include "video/decode/dec_video.h" struct priv { struct mp_vdpau_ctx *mpvdp;