diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-17 13:45:21 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-17 13:45:21 +0200 |
commit | 17f848ca074897885cc21cf1ac38a61f7c3f9770 (patch) | |
tree | a44a84ef9b98aaf44538584f65e3899ebe852cf4 /configure | |
parent | d1c8b9660848589ce4f1ac6e8ab337d9de495fbc (diff) | |
parent | fc368497f2fff54ddf5316224c573c9d1939fb25 (diff) | |
download | ffmpeg-17f848ca074897885cc21cf1ac38a61f7c3f9770.tar.gz |
Merge commit 'fc368497f2fff54ddf5316224c573c9d1939fb25'
* commit 'fc368497f2fff54ddf5316224c573c9d1939fb25':
configure: Add missing dxva2 dependency for dxva2_lib
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |