From 1cab4b607585d5c1255cb6c4d572610d7ccfb99c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 4 May 2017 01:17:06 +0200 Subject: d3d: fix build with Libav Apparently it has been broken since forever? --- video/decode/hw_d3d11va.c | 1 + video/decode/hw_dxva2.c | 1 + 2 files changed, 2 insertions(+) diff --git a/video/decode/hw_d3d11va.c b/video/decode/hw_d3d11va.c index bb59034ab0..78d81c2acb 100644 --- a/video/decode/hw_d3d11va.c +++ b/video/decode/hw_d3d11va.c @@ -16,6 +16,7 @@ */ #include +#include #include "lavc.h" #include "common/common.h" diff --git a/video/decode/hw_dxva2.c b/video/decode/hw_dxva2.c index 7be0d9b9fa..b2ba562cea 100644 --- a/video/decode/hw_dxva2.c +++ b/video/decode/hw_dxva2.c @@ -21,6 +21,7 @@ #define DXVA2API_USE_BITFIELDS #include +#include #include "lavc.h" #include "common/common.h" -- cgit v1.2.3