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:21 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-06-27 15:36:50 +0400
commit607c88126c1486b7911d40721b445c2f8f5d5e92 (patch)
tree2ce2dc2c3d407f33e17501aae94829e8c3ce2fa3 /configure
parenta6b8aef0dc70b089c1210501b34541a2c9960531 (diff)
configure: fix g729 decoder dependencies
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0fd4dfd98d..03e845ebfd 100755
--- a/configure
+++ b/configure
@@ -2065,7 +2065,7 @@ flv_encoder_select="h263_encoder"
fourxm_decoder_select="blockdsp bswapdsp"
fraps_decoder_select="bswapdsp huffman"
g2m_decoder_select="blockdsp dsputil zlib"
-g729_decoder_select="dsputil"
+g729_decoder_select="audiodsp"
h261_decoder_select="mpeg_er mpegvideo"
h261_encoder_select="aandcttables mpegvideoenc"
h263_decoder_select="error_resilience h263_parser h263dsp mpeg_er mpegvideo qpeldsp"