From 2e2b8ef8e0b2b407fd43914bdf83f46084954f6d Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 23 Aug 2012 18:47:49 +0100 Subject: mpegaudio: move ff_mpa_enwindow to a separate file This table is used only by mpegaudiodsp and mpegaudioenc. Separating it allows dropping some dependencies from mpc[78] and qdm2. Signed-off-by: Mans Rullgard --- libavcodec/mpegaudiodsp_template.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/mpegaudiodsp_template.c') diff --git a/libavcodec/mpegaudiodsp_template.c b/libavcodec/mpegaudiodsp_template.c index 8a521d9d0c..e7a7656a3f 100644 --- a/libavcodec/mpegaudiodsp_template.c +++ b/libavcodec/mpegaudiodsp_template.c @@ -25,7 +25,6 @@ #include "mathops.h" #include "mpegaudiodsp.h" #include "mpegaudio.h" -#include "mpegaudiodata.h" #if CONFIG_FLOAT #define RENAME(n) n##_float -- cgit v1.2.3