summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-01 12:37:38 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-01 12:37:38 +0100
commit80793afb177ebfbc2d68327d2ca0380acc734cba (patch)
tree771c50d689ebf0f963084d6a1f97da85b5cef6ae /configure
parent11146a9b440cd616b3a5ab322cfcca95da2aec7f (diff)
parent2f02bbcca050936686482453078e83dc25493da0 (diff)
Merge commit '2f02bbcca050936686482453078e83dc25493da0'
* commit '2f02bbcca050936686482453078e83dc25493da0': build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder Conflicts: configure libavcodec/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fbddc4eb4d..116d4e1903 100755
--- a/configure
+++ b/configure
@@ -1924,8 +1924,8 @@ eatqi_decoder_select="aandcttables error_resilience mpegvideo"
exr_decoder_select="zlib"
ffv1_decoder_select="dsputil golomb rangecoder"
ffv1_encoder_select="dsputil rangecoder"
-ffvhuff_decoder_select="dsputil llviddsp"
-ffvhuff_encoder_select="dsputil huffman llviddsp"
+ffvhuff_decoder_select="huffyuv_decoder"
+ffvhuff_encoder_select="huffyuv_encoder"
fic_decoder_select="dsputil golomb"
flac_decoder_select="golomb"
flac_encoder_select="dsputil golomb lpc"