configure: add missing audiodsp dependency for ra144

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
James Almer 2014-06-27 03:00:22 -03:00 committed by Michael Niedermayer
parent 607c88126c
commit 5fef4afb85
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -2133,7 +2133,8 @@ prores_decoder_select="blockdsp dsputil"
prores_encoder_select="dsputil"
qcelp_decoder_select="lsp"
qdm2_decoder_select="mdct rdft mpegaudiodsp"
ra_144_encoder_select="audio_frame_queue lpc"
ra_144_encoder_select="audio_frame_queue lpc audiodsp"
ra_144_decoder_select="audiodsp"
ralf_decoder_select="golomb"
rawvideo_decoder_select="dsputil"
rtjpeg_decoder_select="dsputil"