]> git.sesse.net Git - ffmpeg/commitdiff
configure: add missing adts_header to aac_fixed decoder
authorJames Almer <jamrial@gmail.com>
Thu, 15 Mar 2018 23:33:20 +0000 (20:33 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 15 Mar 2018 23:33:20 +0000 (20:33 -0300)
Signed-off-by: James Almer <jamrial@gmail.com>
configure

index 76b3ba68d31b0e69fa770149de77cf6a79bd76f5..0c5ed07a072c7c139188829c670b0be5df8c9653 100755 (executable)
--- a/configure
+++ b/configure
@@ -2437,7 +2437,7 @@ rdft_select="fft"
 
 # decoders / encoders
 aac_decoder_select="adts_header mdct15 mdct sinewin"
-aac_fixed_decoder_select="mdct sinewin"
+aac_fixed_decoder_select="adts_header 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"