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

James Almer jamrial at gmail.com
Tue Aug 25 19:11:11 CEST 2015


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.


More information about the ffmpeg-devel mailing list