Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-08-25 19:54:39 +0300
committerwm4 <nfxjfg@googlemail.com>2015-08-25 20:48:11 +0300
commit94a4be85a1fcd57fdfd45dc291813d6afef8a87b (patch)
tree5c335fbcd44eb3e10a09ef3992a2999e75a7f062 /configure
parent33a58d7bf40f9d78ffedf1ebb742bc0fc178e65a (diff)
configure: aac encoder requires lpc
Fixes compilation with --disable-encoders --enable-encoder=aac
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1e82030fad..76c6662b35 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"