summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 14:16:00 -0700
committerMartin Storsjö <martin@martin.st>2013-04-19 23:18:32 +0300
commit1277dc07fbe6ec6d7a10312a053e482e6070c52b (patch)
tree94195e66fcfb1047a7b56674ad5e559c1f453a56 /configure
parent2f6bc5f7c193477c2ebc0acce8f2d5551445e129 (diff)
svq1enc: Use hpeldsp instead of dsputil for half-pel functions
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 50d2cc8fa3..ed2fdfee81 100755
--- a/configure
+++ b/configure
@@ -1641,7 +1641,7 @@ shorten_decoder_select="golomb"
sipr_decoder_select="lsp"
sp5x_decoder_select="dsputil"
svq1_decoder_select="hpeldsp"
-svq1_encoder_select="aandcttables dsputil mpegvideoenc"
+svq1_encoder_select="aandcttables dsputil hpeldsp mpegvideoenc"
svq3_decoder_select="golomb h264chroma h264dsp h264pred h264qpel hpeldsp mpegvideo videodsp"
svq3_decoder_suggest="error_resilience zlib"
tak_decoder_select="dsputil"