Commit 329ded95 authored by alexc's avatar alexc

Add missing build dependencies for the AAC decoder caused by adding of SBR.

Patch by Georgi Chorbadzhiyski gf at unixsol dor org


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22373 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aa86abc1
......@@ -1186,7 +1186,7 @@ mdct_select="fft"
rdft_select="fft"
# decoders / encoders / hardware accelerators
aac_decoder_select="mdct aac_parser"
aac_decoder_select="mdct rdft aac_parser"
aac_encoder_select="mdct"
ac3_decoder_select="mdct ac3_parser"
alac_encoder_select="lpc"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment