diff Makefile @ 10827:3d011a01a6a0 libavcodec

Add support for hard-coded MDCT-related ff_sine_windows tables.
author reimar
date Sat, 09 Jan 2010 13:28:04 +0000
parents 4605bd2fdb7f
children d0657e337f91
line wrap: on
line diff
--- a/Makefile	Sat Jan 09 07:57:26 2010 +0000
+++ b/Makefile	Sat Jan 09 13:28:04 2010 +0000
@@ -697,6 +697,7 @@
 	./$< > $@
 
 ifdef CONFIG_HARDCODED_TABLES
+$(SUBDIR)mdct.o: $(SUBDIR)mdct_tables.h
 $(SUBDIR)mpegaudiodec.o: $(SUBDIR)mpegaudio_tables.h
 $(SUBDIR)motionpixels.o: $(SUBDIR)motionpixels_tables.h
 endif