comparison Makefile @ 11488:424b8482f316 libavcodec

Allow hard-coding several QDM2 tables (about 32 kB size).
author reimar
date Sun, 14 Mar 2010 19:30:25 +0000
parents 0f0cd6b5791f
children 1aba21918874
comparison
equal deleted inserted replaced
11487:62da6bfd50fd 11488:424b8482f316
758 758
759 ifdef CONFIG_HARDCODED_TABLES 759 ifdef CONFIG_HARDCODED_TABLES
760 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h 760 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
761 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h 761 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
762 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h 762 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
763 $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h
763 endif 764 endif