mirror of https://git.ffmpeg.org/ffmpeg.git
configure: Add missing dxva2 dependency for dxva2_lib
This commit is contained in:
parent
f1248fae90
commit
fc368497f2
|
@ -2128,6 +2128,7 @@ zmbv_encoder_deps="zlib"
|
||||||
# hardware accelerators
|
# hardware accelerators
|
||||||
d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder"
|
d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder"
|
||||||
dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode"
|
dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode"
|
||||||
|
dxva2_lib_deps="dxva2"
|
||||||
vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads"
|
vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads"
|
||||||
vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
|
vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue