From 57fcb7d7da0610bb5b92fbe46ba9dd454cb5c275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Thu, 13 May 2010 18:41:18 +0000 Subject: [PATCH] Add mpegaudiodec_float.o dependency on tables header with hardcoded tables Originally committed as revision 23123 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 5206d8045a..03acb3c316 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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