[FFmpeg-cvslog] configure: fix g729 decoder dependencies
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:21 2014 -0300| [607c88126c1486b7911d40721b445c2f8f5d5e92] | committer: Michael Niedermayer
configure: fix g729 decoder dependencies
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=607c88126c1486b7911d40721b445c2f8f5d5e92
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 0fd4dfd..03e845e 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"
More information about the ffmpeg-cvslog
mailing list