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

reimar subversion
Sun Jun 6 17:27:37 CEST 2010


Author: reimar
Date: Sun Jun  6 17:27:37 2010
New Revision: 23505

Log:
aacdec also depends on cbrt_tables.h for hardcoded-tables.

Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	Sun Jun  6 13:43:53 2010	(r23504)
+++ trunk/libavcodec/Makefile	Sun Jun  6 17:27:37 2010	(r23505)
@@ -657,7 +657,7 @@ $(SUBDIR)%_tables.h: $(SUBDIR)%_tablegen
 	$(M)./$< > $@
 
 ifdef CONFIG_HARDCODED_TABLES
-$(SUBDIR)aac.o: $(SUBDIR)cbrt_tables.h
+$(SUBDIR)aac.o $(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