mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Add missing build dependencies for the AAC decoder caused by adding of SBR.
Patch by Georgi Chorbadzhiyski gf at unixsol dor org Originally committed as revision 22373 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Alex Converse
parent
f9ff7179ff
commit
49351479ea
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user