aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-11-26 21:20:28 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-11-26 21:20:28 +0000
commita7c6e766387e8b3922bc710267c41163017bd316 (patch)
tree71dd9723b94b1c4686713e831e4e8daba59a4edf /libavcodec/Makefile
parent7c7d3abf3c64c84b2e096b0e74da4fa9a758d53d (diff)
downloadffmpeg-a7c6e766387e8b3922bc710267c41163017bd316.tar.gz
Add support for hardcoding the motionpixels rgb to yuv table.
Originally committed as revision 20627 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 094cceda50..b5c2d2f30b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -718,4 +718,5 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF)
ifdef CONFIG_HARDCODED_TABLES
$(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
+$(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
endif