Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-06-27 10:00:22 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-27 15:37:10 +0400
commit5fef4afb8527f2cb7be842815d13a261a0e170fd (patch)
tree2be26e4733ab7b3d5b70c0f779de48610e14d554 /configure
parent607c88126c1486b7911d40721b445c2f8f5d5e92 (diff)
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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 03e845ebfd..296ca2bbe4 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"