comparison Makefile @ 11933:c893817d6166 libavcodec

Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.
author alexc
date Wed, 23 Jun 2010 19:32:02 +0000
parents ebe049799f6d
children 032a8dc03ced
comparison
equal deleted inserted replaced
11932:ebe049799f6d 11933:c893817d6166
658 $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF) 658 $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF)
659 $(M)./$< > $@ 659 $(M)./$< > $@
660 660
661 ifdef CONFIG_HARDCODED_TABLES 661 ifdef CONFIG_HARDCODED_TABLES
662 $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h 662 $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h
663 $(SUBDIR)aacps.o: $(SUBDIR)aacps_tables.h
663 $(SUBDIR)aactab.o: $(SUBDIR)aac_tables.h 664 $(SUBDIR)aactab.o: $(SUBDIR)aac_tables.h
664 $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h 665 $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
665 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h 666 $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
666 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h 667 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
667 $(SUBDIR)mpegaudiodec_float.o: $(SUBDIR)mpegaudio_tables.h 668 $(SUBDIR)mpegaudiodec_float.o: $(SUBDIR)mpegaudio_tables.h
668 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h 669 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
669 $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h 670 $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h
670 $(SUBDIR)aacps.o: $(SUBDIR)aacps_tables.h
671 $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h 671 $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h
672 endif 672 endif