diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-06-23 19:30:01 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-06-23 19:30:01 +0000 |
commit | e29af81818b49d5586d6e1a0c91bf1ce4a576a09 (patch) | |
tree | 548bf52371dfaed53bc696ad635dacf84340b5db /libavcodec/Makefile | |
parent | 2966cc18493d9dc041c229b9d05ee1c3217eb32f (diff) | |
download | ffmpeg-e29af81818b49d5586d6e1a0c91bf1ce4a576a09.tar.gz |
aactab: Tablegenify ff_aac_pow2sf_tab.
Originally committed as revision 23740 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 41ba40684a..496522e3f4 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -660,6 +660,7 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) ifdef CONFIG_HARDCODED_TABLES $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h +$(SUBDIR)aactab.o: $(SUBDIR)aac_tables.h $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h |