From 04bc16f6ea4eb89913324054e4f539f3feafa6d2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 15 Aug 2013 18:25:09 +0200 Subject: vdpau: fix compilation on Libav Libav's header uses some libavocdec symbols without forward-declaring them and without including the headers declaring them. FFmpeg's header for this is fine. --- video/decode/vdpau.c | 1 + 1 file changed, 1 insertion(+) diff --git a/video/decode/vdpau.c b/video/decode/vdpau.c index e0d3241803..2d84bf1540 100644 --- a/video/decode/vdpau.c +++ b/video/decode/vdpau.c @@ -18,6 +18,7 @@ #include #include +#include #include #include -- cgit v1.2.3