From 88a53309cd22fb183d46e4fc01a58914b8a1b395 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 b259ae303a..35d1e1c835 100644 --- a/video/decode/vdpau.c +++ b/video/decode/vdpau.c @@ -18,6 +18,7 @@ #include #include +#include #include #include -- cgit v1.2.3