[FFmpeg-cvslog] configure: aac encoder requires lpc

wm4 git at videolan.org
Tue Aug 25 19:50:48 CEST 2015


ffmpeg | branch: master | wm4 <nfxjfg at googlemail.com> | Tue Aug 25 18:54:39 2015 +0200| [94a4be85a1fcd57fdfd45dc291813d6afef8a87b] | committer: wm4

configure: aac encoder requires lpc

Fixes compilation with --disable-encoders --enable-encoder=aac

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94a4be85a1fcd57fdfd45dc291813d6afef8a87b
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 1e82030..76c6662 100755
--- a/configure
+++ b/configure
@@ -2151,7 +2151,7 @@ qsvenc_select="qsv"
 # decoders / encoders
 aac_decoder_select="imdct15 mdct sinewin"
 aac_fixed_decoder_select="mdct sinewin"
-aac_encoder_select="audio_frame_queue iirfilter mdct sinewin"
+aac_encoder_select="audio_frame_queue iirfilter lpc mdct sinewin"
 aac_latm_decoder_select="aac_decoder aac_latm_parser"
 ac3_decoder_select="ac3_parser ac3dsp bswapdsp fmtconvert mdct"
 ac3_fixed_decoder_select="ac3_parser ac3dsp bswapdsp mdct"



More information about the ffmpeg-cvslog mailing list