aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-03-14 19:30:25 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-03-14 19:30:25 +0000
commit062777b3436cb51c7e4908b54dc899c0a42518f7 (patch)
treee61c7c81ec759649dffea3591283747bb1f6bdbd /libavcodec/Makefile
parent108d262c5614bd4e8113dc24b1a9c29d8c3cd6d7 (diff)
downloadffmpeg-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/Makefile1
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