diff Makefile @ 11489:1aba21918874 libavcodec

Allow hard-coding of the 32kB cubic-root table for AAC.
author reimar
date Sun, 14 Mar 2010 19:59:47 +0000
parents 424b8482f316
children 6962a149f0a4
line wrap: on
line diff
--- a/Makefile	Sun Mar 14 19:30:25 2010 +0000
+++ b/Makefile	Sun Mar 14 19:59:47 2010 +0000
@@ -757,6 +757,7 @@
 	$(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