configure: aac encoder requires lpc

Fixes compilation with --disable-encoders --enable-encoder=aac
This commit is contained in:
wm4 2015-08-25 18:54:39 +02:00
parent 33a58d7bf4
commit 94a4be85a1
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"