diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-03-14 19:30:25 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-03-14 19:30:25 +0000 |
commit | 062777b3436cb51c7e4908b54dc899c0a42518f7 (patch) | |
tree | e61c7c81ec759649dffea3591283747bb1f6bdbd /libavcodec/Makefile | |
parent | 108d262c5614bd4e8113dc24b1a9c29d8c3cd6d7 (diff) | |
download | ffmpeg-062777b3436cb51c7e4908b54dc899c0a42518f7.tar.gz |
Allow hard-coding several QDM2 tables (about 32 kB size).
Originally committed as revision 22525 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 47ebcb282b..bc36a9e83f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -760,4 +760,5 @@ ifdef CONFIG_HARDCODED_TABLES $(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 |