[FFmpeg-cvslog] configure: Fix build without libmfx

Michael Niedermayer git at videolan.org
Thu Jul 9 12:09:58 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jul  9 11:55:44 2015 +0200| [7c502935ec6bfdbb474c4fe90617e45e639755ec] | committer: Michael Niedermayer

configure: Fix build without libmfx

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/configure b/configure
index 53dd720..67ab094 100755
--- a/configure
+++ b/configure
@@ -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"



More information about the ffmpeg-cvslog mailing list