[FFmpeg-cvslog] configure: add missing adts_header to aac_fixed decoder

James Almer git at videolan.org
Fri Mar 16 01:33:58 EET 2018


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Mar 15 20:33:20 2018 -0300| [eeca8921e265f565e687eea414cef5790f2b2bbc] | committer: James Almer

configure: add missing adts_header to aac_fixed decoder

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eeca8921e265f565e687eea414cef5790f2b2bbc
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 76b3ba68d3..0c5ed07a07 100755
--- 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"



More information about the ffmpeg-cvslog mailing list