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