changeset 11841:37c2c2afd349 libavcodec

aacdec also depends on cbrt_tables.h for hardcoded-tables.
author reimar
date Sun, 06 Jun 2010 15:27:37 +0000
parents 6258952f47df
children 3c812305443b
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Jun 06 11:43:53 2010 +0000
+++ b/Makefile	Sun Jun 06 15:27:37 2010 +0000
@@ -657,7 +657,7 @@
 	$(M)./$< > $@
 
 ifdef CONFIG_HARDCODED_TABLES
-$(SUBDIR)aac.o: $(SUBDIR)cbrt_tables.h
+$(SUBDIR)aac.o $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h
 $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h