From 4538729afed44a0ee0a762d3ef69aa4bbb7f10b3 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 19 Mar 2011 23:44:00 +0000 Subject: Move sine windows to a separate file These windows do not really belong in fft/mdct files and were easily confused with the similarly named tables used by rdft. Signed-off-by: Mans Rullgard --- libavcodec/imc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/imc.c') diff --git a/libavcodec/imc.c b/libavcodec/imc.c index ae2cc9d17a..e48a7094ba 100644 --- a/libavcodec/imc.c +++ b/libavcodec/imc.c @@ -41,6 +41,7 @@ #include "dsputil.h" #include "fft.h" #include "libavutil/audioconvert.h" +#include "sinewin.h" #include "imcdata.h" -- cgit v1.2.3