diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-06-24 11:17:13 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-27 14:36:27 +0300 |
commit | fa84506177f0246b30d4ea6a99ee5d419f3e4550 (patch) | |
tree | 43bdc7da52b17e9eec479e19ea8cad0b9d21e438 /configure | |
parent | 46df708b45b34191973ef5181b052ce8e583bb4e (diff) | |
download | ffmpeg-fa84506177f0246b30d4ea6a99ee5d419f3e4550.tar.gz |
dxva2: include dxva.h if found
Apparently, some build environments require dxva.h even for dxva2,
while others lack this header entirely. Including it conditionally
allows building in both cases.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |