From b17b2963692f5f7c19a2188e61922e00680c5fb4 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 28 Mar 2012 08:06:38 +0200 Subject: [PATCH] Fix compilation with hardcoded tables. --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) 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