[FFmpeg-cvslog] Fix compilation with hardcoded tables.

Carl Eugen Hoyos git at videolan.org
Wed Mar 28 08:07:16 CEST 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Mar 28 08:06:38 2012 +0200| [b17b2963692f5f7c19a2188e61922e00680c5fb4] | committer: Carl Eugen Hoyos

Fix compilation with hardcoded tables.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b17b2963692f5f7c19a2188e61922e00680c5fb4
---

 libavcodec/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index d554df5..62b705c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -792,6 +792,7 @@ ifdef CONFIG_HARDCODED_TABLES
 $(SUBDIR)aacdec.o: $(SUBDIR)cbrt_tables.h
 $(SUBDIR)aacps.o: $(SUBDIR)aacps_tables.h
 $(SUBDIR)aactab.o: $(SUBDIR)aac_tables.h
+$(SUBDIR)dvdec.o: $(SUBDIR)dv_tables.h
 $(SUBDIR)dv.o: $(SUBDIR)dv_tables.h
 $(SUBDIR)sinewin.o: $(SUBDIR)sinewin_tables.h
 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h



More information about the ffmpeg-cvslog mailing list