# HG changeset patch # User alexc # Date 1277321522 0 # Node ID c893817d616646fe853d1fe3b6c9bf425a2a469f # Parent ebe049799f6d2a90180ea4d0c94c50c7d5c5f4f6 Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. diff -r ebe049799f6d -r c893817d6166 Makefile --- a/Makefile Wed Jun 23 19:30:01 2010 +0000 +++ b/Makefile Wed Jun 23 19:32:02 2010 +0000 @@ -660,6 +660,7 @@ ifdef CONFIG_HARDCODED_TABLES $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h +$(SUBDIR)aacps.o: $(SUBDIR)aacps_tables.h $(SUBDIR)aactab.o: $(SUBDIR)aac_tables.h $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h $(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h @@ -667,6 +668,5 @@ $(SUBDIR)mpegaudiodec_float.o: $(SUBDIR)mpegaudio_tables.h $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h -$(SUBDIR)aacps.o: $(SUBDIR)aacps_tables.h $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h endif