summaryrefslogtreecommitdiffstats
path: root/video/decode
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode')
-rw-r--r--video/decode/lavc_dr1.c1
-rw-r--r--video/decode/vdpau_old.c1
2 files changed, 2 insertions, 0 deletions
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 <pthread.h>
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;