comparison Makefile @ 11841:37c2c2afd349 libavcodec

aacdec also depends on cbrt_tables.h for hardcoded-tables.
author reimar
date Sun, 06 Jun 2010 15:27:37 +0000
parents a469cc7f9edb
children 0334a82ef283
comparison
equal deleted inserted replaced
11840:6258952f47df 11841:37c2c2afd349
655 655
656 $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) 656 $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF)
657 $(M)./$< > $@ 657 $(M)./$< > $@
658 658
659 ifdef CONFIG_HARDCODED_TABLES 659 ifdef CONFIG_HARDCODED_TABLES
660 $(SUBDIR)aac.o: $(SUBDIR)cbrt_tables.h 660 $(SUBDIR)aac.o $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h
661 $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h 661 $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
662 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h 662 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
663 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h 663 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
664 $(SUBDIR)mpegaudiodec_float.o: $(SUBDIR)mpegaudio_tables.h 664 $(SUBDIR)mpegaudiodec_float.o: $(SUBDIR)mpegaudio_tables.h
665 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h 665 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h