From 36744a30fbeaf5ea8eed1944650acb12cde9ff48 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 Nov 2013 22:08:18 +0100 Subject: Attempt to fix build on older libavcodec versions --- video/decode/lavc_dr1.c | 1 + video/decode/vdpau_old.c | 1 + 2 files changed, 2 insertions(+) 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; -- cgit v1.2.3