[FFmpeg-cvslog] configure: add missing h264_qsv hwaccel deps

Anton Khirnov git at videolan.org
Thu Feb 19 21:27:41 CET 2015


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Thu Feb 19 17:32:55 2015 +0100| [11c22dfd495bbd3f38df639772aa4bb9a1be882d] | committer: Anton Khirnov

configure: add missing h264_qsv hwaccel deps

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

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

diff --git a/configure b/configure
index 5e634ab..8c618be 100755
--- a/configure
+++ b/configure
@@ -1958,6 +1958,7 @@ h263_vdpau_hwaccel_deps="vdpau"
 h263_vdpau_hwaccel_select="h263_decoder"
 h264_dxva2_hwaccel_deps="dxva2"
 h264_dxva2_hwaccel_select="h264_decoder"
+h264_qsv_hwaccel_deps="libmfx"
 h264_vaapi_hwaccel_deps="vaapi"
 h264_vaapi_hwaccel_select="h264_decoder"
 h264_vda_hwaccel_deps="vda"



More information about the ffmpeg-cvslog mailing list