diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-07-09 11:55:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-07-09 12:00:32 +0200 |
commit | 7c502935ec6bfdbb474c4fe90617e45e639755ec (patch) | |
tree | 4b19ff8f713f77a4310ac8a7cd77bffa78b3e226 /configure | |
parent | 7871eb43616776626ec9f9075b6d0a8cf73d159e (diff) | |
download | ffmpeg-7c502935ec6bfdbb474c4fe90617e45e639755ec.tar.gz |
configure: Fix build without libmfx
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2214,6 +2214,7 @@ hap_decoder_select="snappy texturedsp" hap_encoder_deps="libsnappy" hap_encoder_select="texturedspenc" hevc_decoder_select="bswapdsp cabac golomb videodsp" +hevc_qsv_encoder_deps="libmfx" hevc_qsv_encoder_select="qsvenc" huffyuv_decoder_select="bswapdsp huffyuvdsp llviddsp" huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp llviddsp" |