diff options
author | James Almer <jamrial@gmail.com> | 2014-06-27 03:00:22 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-27 13:37:10 +0200 |
commit | 5fef4afb8527f2cb7be842815d13a261a0e170fd (patch) | |
tree | 2be26e4733ab7b3d5b70c0f779de48610e14d554 /configure | |
parent | 607c88126c1486b7911d40721b445c2f8f5d5e92 (diff) | |
download | ffmpeg-5fef4afb8527f2cb7be842815d13a261a0e170fd.tar.gz |
configure: add missing audiodsp dependency for ra144
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |