comparison 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
comparison
equal deleted inserted replaced
10580:2e01212efb32 10581:2980d9efc542
716 $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) 716 $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF)
717 ./$< > $@ 717 ./$< > $@
718 718
719 ifdef CONFIG_HARDCODED_TABLES 719 ifdef CONFIG_HARDCODED_TABLES
720 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h 720 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
721 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
721 endif 722 endif