comparison Makefile @ 11724:5b64cfa35e9c libavcodec

Add mpegaudiodec_float.o dependency on tables header with hardcoded tables
author mru
date Thu, 13 May 2010 18:41:18 +0000
parents eb9e142ea51f
children 3a150ee29655
comparison
equal deleted inserted replaced
11723:87851e2b449a 11724:5b64cfa35e9c
654 ifdef CONFIG_HARDCODED_TABLES 654 ifdef CONFIG_HARDCODED_TABLES
655 $(SUBDIR)aac.o: $(SUBDIR)cbrt_tables.h 655 $(SUBDIR)aac.o: $(SUBDIR)cbrt_tables.h
656 $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h 656 $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
657 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h 657 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
658 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h 658 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
659 $(SUBDIR)mpegaudiodec_float.o: $(SUBDIR)mpegaudio_tables.h
659 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h 660 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
660 $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h 661 $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h
661 $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h 662 $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h
662 endif 663 endif