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

mru subversion
Thu May 13 20:41:18 CEST 2010


Author: mru
Date: Thu May 13 20:41:18 2010
New Revision: 23123

Log:
Add mpegaudiodec_float.o dependency on tables header with hardcoded tables

Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	Thu May 13 20:26:11 2010	(r23122)
+++ trunk/libavcodec/Makefile	Thu May 13 20:41:18 2010	(r23123)
@@ -656,6 +656,7 @@ $(SUBDIR)aac.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
+$(SUBDIR)mpegaudiodec_float.o: $(SUBDIR)mpegaudio_tables.h
 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
 $(SUBDIR)pcm.o: $(SUBDIR)pcm_tables.h
 $(SUBDIR)qdm2.o: $(SUBDIR)qdm2_tables.h



More information about the ffmpeg-cvslog mailing list