diff --git a/configure b/configure index 4a03846163d58a01afea2c60328123739f3914c4..6f63780bd558b41c9934faeb9a095f472c3e917e 100755 --- a/configure +++ b/configure @@ -1071,6 +1071,7 @@ HAVE_LIST=" dlfcn_h dlopen dos_paths + dxva_h ebp_available ebx_available exp2 @@ -2870,6 +2871,7 @@ check_func_headers windows.h Sleep check_func_headers windows.h VirtualAlloc check_header dlfcn.h +check_header dxva.h check_header dxva2api.h check_header malloc.h check_header poll.h diff --git a/libavcodec/dxva2_internal.h b/libavcodec/dxva2_internal.h index 57fc7bd6f90a628be50d7692d61b5bebf95efe5f..e2305b1a2471518f4e10cb1fc5ac935e3138cc0c 100644 --- a/libavcodec/dxva2_internal.h +++ b/libavcodec/dxva2_internal.h @@ -25,7 +25,14 @@ #define _WIN32_WINNT 0x0600 #define COBJMACROS + +#include "config.h" + #include "dxva2.h" +#if HAVE_DXVA_H +#include <dxva.h> +#endif + #include "avcodec.h" #include "mpegvideo.h"