[FFmpeg-cvslog] Revert "Fix compilation with hardcoded tables."

Carl Eugen Hoyos git at videolan.org
Thu Mar 29 08:03:53 CEST 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Mar 29 08:02:10 2012 +0200| [9a0f2b7b3a461703651c78cc0773c31ed81fc553] | committer: Carl Eugen Hoyos

Revert "Fix compilation with hardcoded tables."

This reverts commit b17b2963692f5f7c19a2188e61922e00680c5fb4.

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

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

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 62b705c..d554df5 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -792,7 +792,6 @@ 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