diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-02-19 17:32:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-02-19 17:32:55 +0100 |
commit | 11c22dfd495bbd3f38df639772aa4bb9a1be882d (patch) | |
tree | 56da7e00a6c9735306a10655193c5a9bb89b367f | |
parent | 4e08c821106fc1d6d358864abf0d8488b12f38c6 (diff) | |
download | ffmpeg-11c22dfd495bbd3f38df639772aa4bb9a1be882d.tar.gz |
configure: add missing h264_qsv hwaccel deps
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |