diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-11-26 21:20:28 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-11-26 21:20:28 +0000 |
commit | a7c6e766387e8b3922bc710267c41163017bd316 (patch) | |
tree | 71dd9723b94b1c4686713e831e4e8daba59a4edf /libavcodec/Makefile | |
parent | 7c7d3abf3c64c84b2e096b0e74da4fa9a758d53d (diff) | |
download | ffmpeg-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/Makefile | 1 |
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 |