diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 09:12:01 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-19 23:17:56 +0300 |
commit | 0f0a11d5768e50f5bb517c023a7618e00e21840a (patch) | |
tree | 69fdccb6cffd85d9a55fcdad257ff09ee63dc4f5 /configure | |
parent | 8f992dc8c7c50cddaf297eefa3955ce01857e5f2 (diff) | |
download | ffmpeg-0f0a11d5768e50f5bb517c023a7618e00e21840a.tar.gz |
bink: Use hpeldsp instead of dsputil for half-pel functions
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |