diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 08:19:27 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:17:50 +0300 |
commit | 8f992dc8c7c50cddaf297eefa3955ce01857e5f2 (patch) | |
tree | 2d67c8058f2deeadb55242960fdc9b3a085c937a /configure | |
parent | cb7ecb75635d124984fbdb5a8d08cc44f93662c4 (diff) | |
download | ffmpeg-8f992dc8c7c50cddaf297eefa3955ce01857e5f2.tar.gz |
indeo3: Use hpeldsp instead of dsputil for half-pel functions
This makes the Indeo 3 decoder independent of dsputil.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1578,7 +1578,7 @@ huffyuv_decoder_select="dsputil" huffyuv_encoder_select="dsputil huffman" iac_decoder_select="dsputil fft mdct sinewin" imc_decoder_select="dsputil fft mdct sinewin" -indeo3_decoder_select="dsputil" +indeo3_decoder_select="hpeldsp" interplay_video_decoder_select="dsputil" jpegls_decoder_select="dsputil golomb" jpegls_encoder_select="golomb" |