[FFmpeg-cvslog] configure: Add missing dxva2 dependency for dxva2_lib

Diego Biurrun git at videolan.org
Mon Apr 17 14:46:20 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Dec 11 17:01:33 2016 +0100| [fc368497f2fff54ddf5316224c573c9d1939fb25] | committer: Diego Biurrun

configure: Add missing dxva2 dependency for dxva2_lib

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc368497f2fff54ddf5316224c573c9d1939fb25
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 6feaa64d78..6d809f7780 100755
--- a/configure
+++ b/configure
@@ -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"
 



More information about the ffmpeg-cvslog mailing list