configure: Add missing dxva2 dependency for dxva2_lib

This commit is contained in:
Diego Biurrun 2016-12-11 17:01:33 +01:00
parent f1248fae90
commit fc368497f2
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2128,6 +2128,7 @@ zmbv_encoder_deps="zlib"
# hardware accelerators
d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder"
dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode"
dxva2_lib_deps="dxva2"
vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads"
vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"