From 766df7ca89a2398e71182f5f2b46053e3aa9bd69 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 21 Jan 2014 14:42:23 +0100 Subject: [PATCH] dxva2: Add missing #includes --- libavcodec/dxva2.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c index f8b8eba4bf..15e5698b00 100644 --- a/libavcodec/dxva2.c +++ b/libavcodec/dxva2.c @@ -20,6 +20,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include +#include + +#include "libavutil/log.h" +#include "libavutil/time.h" + +#include "avcodec.h" +#include "mpegvideo.h" #include "dxva2_internal.h" void *ff_dxva2_get_surface(const Picture *picture) -- 2.11.0