summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-10 09:12:01 -0700
committerMartin Storsjö <martin@martin.st>2013-04-19 23:17:56 +0300
commit0f0a11d5768e50f5bb517c023a7618e00e21840a (patch)
tree69fdccb6cffd85d9a55fcdad257ff09ee63dc4f5 /configure
parent8f992dc8c7c50cddaf297eefa3955ce01857e5f2 (diff)
bink: 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 4c4d0b95b9..030700a1ee 100755
--- a/configure
+++ b/configure
@@ -1533,7 +1533,7 @@ asv2_decoder_select="dsputil"
asv2_encoder_select="dsputil"
atrac1_decoder_select="mdct sinewin"
atrac3_decoder_select="mdct"
-bink_decoder_select="dsputil"
+bink_decoder_select="dsputil hpeldsp"
binkaudio_dct_decoder_select="mdct rdft dct sinewin"
binkaudio_rdft_decoder_select="mdct rdft sinewin"
cavs_decoder_select="dsputil golomb h264chroma videodsp"