[FFmpeg-cvslog] r23512 - trunk/libavcodec/Makefile
reimar
subversion
Sun Jun 6 21:48:50 CEST 2010
Author: reimar
Date: Sun Jun 6 21:48:50 2010
New Revision: 23512
Log:
10l, there is no aac.c any more, so no need for a dependency.
Modified:
trunk/libavcodec/Makefile
Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile Sun Jun 6 21:35:10 2010 (r23511)
+++ trunk/libavcodec/Makefile Sun Jun 6 21:48:50 2010 (r23512)
@@ -657,7 +657,7 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen
$(M)./$< > $@
ifdef CONFIG_HARDCODED_TABLES
-$(SUBDIR)aac.o $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h
+$(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h
$(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
$(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
$(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
More information about the ffmpeg-cvslog
mailing list