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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-04-17 14:45:21 +0300
committerClément Bœsch <u@pkh.me>2017-04-17 14:45:21 +0300
commit17f848ca074897885cc21cf1ac38a61f7c3f9770 (patch)
treea44a84ef9b98aaf44538584f65e3899ebe852cf4
parentd1c8b9660848589ce4f1ac6e8ab337d9de495fbc (diff)
parentfc368497f2fff54ddf5316224c573c9d1939fb25 (diff)
Merge commit 'fc368497f2fff54ddf5316224c573c9d1939fb25'
* commit 'fc368497f2fff54ddf5316224c573c9d1939fb25': configure: Add missing dxva2 dependency for dxva2_lib Merged-by: Clément Bœsch <u@pkh.me>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 821dbcba25..c3cc32dc3a 100755
--- a/configure
+++ b/configure
@@ -2579,6 +2579,7 @@ cuvid_deps="cuda"
d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder ID3D11VideoContext"
dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode"
dxva2_extralibs="-luser32"
+dxva2_lib_deps="dxva2"
vda_framework_deps="VideoDecodeAcceleration_VDADecoder_h"
vda_framework_extralibs="-framework VideoDecodeAcceleration"
vda_deps="vda_framework pthreads"