[FFmpeg-devel] [PATCH] configure: aac encoder requires lpc

wm4 nfxjfg at googlemail.com
Tue Aug 25 19:51:43 CEST 2015


On Tue, 25 Aug 2015 14:11:11 -0300
James Almer <jamrial at gmail.com> wrote:

> On 25/08/15 1:59 PM, wm4 wrote:
> > Fixes compilation with --disable-encoders --enable-encoder=aac
> > ---
> > The missing dependency was pointed out by James Almer.
> > ---
> >  configure | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/configure b/configure
> > index 1e82030..da1f920 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 mdct sinewin lpc"
> >  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"
> > 
> 
> LGTM. And no need to send a patch for something as simple as this, really.

Pushed. I moved lpc before mdct, because it looks like they're supposed
to be sorted.


More information about the ffmpeg-devel mailing list