[FFmpeg-cvslog] r23741 - trunk/libavcodec/Makefile

alexc subversion
Wed Jun 23 21:32:02 CEST 2010


Author: alexc
Date: Wed Jun 23 21:32:02 2010
New Revision: 23741

Log:
Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.

Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	Wed Jun 23 21:30:01 2010	(r23740)
+++ trunk/libavcodec/Makefile	Wed Jun 23 21:32:02 2010	(r23741)
@@ -660,6 +660,7 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen
 
 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)mpegau
 $(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



More information about the ffmpeg-cvslog mailing list