diff Makefile @ 10581:2980d9efc542 libavcodec

Add support for hardcoding the motionpixels rgb to yuv table.
author reimar
date Thu, 26 Nov 2009 21:20:28 +0000
parents c408fca01d49
children f52d07b169b4
line wrap: on
line diff
--- a/Makefile	Thu Nov 26 21:15:06 2009 +0000
+++ b/Makefile	Thu Nov 26 21:20:28 2009 +0000
@@ -718,4 +718,5 @@
 
 ifdef CONFIG_HARDCODED_TABLES
 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
+$(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
 endif