Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.
authorAlex Converse <alex.converse@gmail.com>
Wed, 23 Jun 2010 19:32:02 +0000 (19:32 +0000)
committerAlex Converse <alex.converse@gmail.com>
Wed, 23 Jun 2010 19:32:02 +0000 (19:32 +0000)
Originally committed as revision 23741 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index 496522e..e5b40a4 100644 (file)
@@ -660,6 +660,7 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen$(HOSTEXESUF)
 
 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.o: $(SUBDIR)mpegaudio_tables.h
 $(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