summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-05-13 18:41:18 +0000
committerMåns Rullgård <mans@mansr.com>2010-05-13 18:41:18 +0000
commit57fcb7d7da0610bb5b92fbe46ba9dd454cb5c275 (patch)
tree758138bba9affe8390d6a8433597ea7efcf241bc
parentaeaa9630e5cf1c7f1f2c0e964fdd487015cc2bf3 (diff)
Add mpegaudiodec_float.o dependency on tables header with hardcoded tables
Originally committed as revision 23123 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
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