Commit 17f848ca authored by Clément Bœsch's avatar Clément Bœsch

Merge commit 'fc368497'

* commit 'fc368497':
  configure: Add missing dxva2 dependency for dxva2_lib
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents d1c8b966 fc368497
...@@ -2579,6 +2579,7 @@ cuvid_deps="cuda" ...@@ -2579,6 +2579,7 @@ cuvid_deps="cuda"
d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder ID3D11VideoContext" d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder ID3D11VideoContext"
dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode" dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode"
dxva2_extralibs="-luser32" dxva2_extralibs="-luser32"
dxva2_lib_deps="dxva2"
vda_framework_deps="VideoDecodeAcceleration_VDADecoder_h" vda_framework_deps="VideoDecodeAcceleration_VDADecoder_h"
vda_framework_extralibs="-framework VideoDecodeAcceleration" vda_framework_extralibs="-framework VideoDecodeAcceleration"
vda_deps="vda_framework pthreads" vda_deps="vda_framework pthreads"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment