[FFmpeg-cvslog] configure: add missing audiodsp dependency for ra144
James Almer
git at videolan.org
Fri Jun 27 13:58:44 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jun 27 03:00:22 2014 -0300| [5fef4afb8527f2cb7be842815d13a261a0e170fd] | committer: Michael Niedermayer
configure: add missing audiodsp dependency for ra144
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5fef4afb8527f2cb7be842815d13a261a0e170fd
---
configure | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure b/configure
index 03e845e..296ca2b 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the ffmpeg-cvslog
mailing list