summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-07-09 11:55:44 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-07-09 12:00:32 +0200
commit7c502935ec6bfdbb474c4fe90617e45e639755ec (patch)
tree4b19ff8f713f77a4310ac8a7cd77bffa78b3e226 /configure
parent7871eb43616776626ec9f9075b6d0a8cf73d159e (diff)
configure: Fix build without libmfx
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 53dd7206d6..67ab094d5a 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"