Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 aebd5d5da5..bf48472219 100755
--- a/configure
+++ b/configure
@@ -6120,6 +6120,10 @@ fi
check_func_headers "windows.h" CreateDIBSection "$gdigrab_indev_extralibs"
+# d3d11va requires linking directly to dxgi and d3d11 if not building for
+# the desktop api partition
+enabled LoadLibrary || d3d11va_extralibs="-ldxgi -ld3d11"
+
enabled vaapi &&
check_lib vaapi va/va.h vaInitialize -lva