Mercurial > libavcodec.hg
diff Makefile @ 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 | a469cc7f9edb |
| children | 0334a82ef283 |
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
