summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-09-13 10:11:16 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-09-13 10:11:16 +0200
commit391b1e391187c30ae0e3bad9c0e9c40df18785bf (patch)
tree1b58b43890572f991ec05498fd542300f1020977 /configure
parent38670356f990da1efb906232768836d83356855b (diff)
Fix false positive when detecting dxva2.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cc00b5b34f..284379463b 100755
--- a/configure
+++ b/configure
@@ -2853,7 +2853,7 @@ check_func_headers windows.h MapViewOfFile
check_func_headers windows.h VirtualAlloc
check_header dlfcn.h
-check_header dxva2api.h
+check_header dxva2api.h -D_WIN32_WINNT=0x0600
check_header libcrystalhd/libcrystalhd_if.h
check_header malloc.h
check_header poll.h