summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index ed1d9a491f..fad934c3ff 100755
--- a/configure
+++ b/configure
@@ -4800,6 +4800,10 @@ enabled vdpau && enabled xlib &&
prepend ffmpeg_libs $($ldflags_filter "-lvdpau") &&
enable vdpau_x11
+enabled dxva2 &&
+ check_header dxva2api.h -D_WIN32_WINNT=0x0600 &&
+ prepend ffmpeg_libs $($ldflags_filter "-lole32")
+
# Funny iconv installations are not unusual, so check it after all flags have been set
disabled iconv || check_func_headers iconv.h iconv || check_lib2 iconv.h iconv -liconv || disable iconv