diff 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
line wrap: on
line diff
--- a/Makefile	Sun Mar 14 19:27:58 2010 +0000
+++ b/Makefile	Sun Mar 14 19:30:25 2010 +0000
@@ -760,4 +760,5 @@
 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
+$(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h
 endif