projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9ff717
)
Add missing build dependencies for the AAC decoder caused by adding of SBR.
author
Georgi Chorbadzhiyski
<gf@unixsol.org>
Tue, 9 Mar 2010 06:10:01 +0000
(06:10 +0000)
committer
Alex Converse
<alex.converse@gmail.com>
Tue, 9 Mar 2010 06:10:01 +0000
(06:10 +0000)
Patch by Georgi Chorbadzhiyski gf at unixsol dor org
Originally committed as revision 22373 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index aa994a1292d745d194f4934a01fbbbad0ba57b7a..02e594c6dbb67bdb6d74103a6f3a8e6feebdf831 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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"