diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-03-14 19:59:47 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-03-14 19:59:47 +0000 |
commit | c26bce1070a409ae2fefce8fb43d26228d108f7e (patch) | |
tree | dd0a6b30e0f0f9de49b43e5913b7aefc6f586d80 /libavcodec/Makefile | |
parent | 7732f641ffd23670b9e84f07a0ec3b3b360b8a64 (diff) | |
download | ffmpeg-c26bce1070a409ae2fefce8fb43d26228d108f7e.tar.gz |
Allow hard-coding of the 32kB cubic-root table for AAC.
Originally committed as revision 22527 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index bc36a9e83f..66d974cdf5 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -757,6 +757,7 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) $(M)./$< > $@ ifdef CONFIG_HARDCODED_TABLES +$(SUBDIR)aac.o: $(SUBDIR)cbrt_tables.h $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h |