Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 23:58:02 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 06:57:21 +0400
commit04a75bb74f5db7463e9bb0453a2f7bfd54d1dc07 (patch)
treeead2c4de0825acfb9ca099d51f8fb1dff4e3e61d /configure
parentaf1e3dfb9eaf8c9ab0b6b34e330341ce8c45c652 (diff)
interplayvideo: use hpeldsp instead of dsputil for half-pel functions.
This makes interplayvideo independent of dsputil.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 87a465e663..2b97006171 100755
--- a/configure
+++ b/configure
@@ -1741,7 +1741,7 @@ huffyuv_encoder_select="huffman"
iac_decoder_select="fft mdct sinewin"
imc_decoder_select="dsputil fft mdct sinewin"
indeo3_decoder_select="hpeldsp"
-interplayvideo_decoder_select="dsputil"
+interplay_video_decoder_select="hpeldsp"
jpegls_decoder_select="golomb"
jpegls_encoder_select="golomb"
jv_decoder_select="dsputil"