summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-03-28 08:06:38 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-03-28 08:06:38 +0200
commitb17b2963692f5f7c19a2188e61922e00680c5fb4 (patch)
treebcb0697b1d2d88fa6988c59e3a02d13b00e76449 /libavcodec
parentd0dafebb753f34da61058adf956663de39a815b4 (diff)
Fix compilation with hardcoded tables.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile1
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