Mercurial > libavcodec.hg
changeset 11724:5b64cfa35e9c libavcodec
Add mpegaudiodec_float.o dependency on tables header with hardcoded tables
author | mru |
---|---|
date | Thu, 13 May 2010 18:41:18 +0000 |
parents | 87851e2b449a |
children | e9537b2d70ce |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu May 13 18:06:44 2010 +0000 +++ b/Makefile Thu May 13 18:41:18 2010 +0000 @@ -656,6 +656,7 @@ $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h +$(SUBDIR)mpegaudiodec_float.o: $(SUBDIR)mpegaudio_tables.h $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h