diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-03-29 08:02:10 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-03-29 08:02:10 +0200 |
commit | 9a0f2b7b3a461703651c78cc0773c31ed81fc553 (patch) | |
tree | b1b2065cc8b62a05f737428751be8a425da73eae /libavcodec | |
parent | 1dab5efa01f213b801f774bd8d84d811e37f9dc9 (diff) | |
download | ffmpeg-9a0f2b7b3a461703651c78cc0773c31ed81fc553.tar.gz |
Revert "Fix compilation with hardcoded tables."
This reverts commit b17b2963692f5f7c19a2188e61922e00680c5fb4.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 62b705c68b..d554df5a04 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 |