diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-09-13 10:11:16 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-09-13 10:11:16 +0200 |
commit | 391b1e391187c30ae0e3bad9c0e9c40df18785bf (patch) | |
tree | 1b58b43890572f991ec05498fd542300f1020977 /configure | |
parent | 38670356f990da1efb906232768836d83356855b (diff) | |
download | ffmpeg-391b1e391187c30ae0e3bad9c0e9c40df18785bf.tar.gz |
Fix false positive when detecting dxva2.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |