summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodsp_template.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-08-23 18:47:49 +0100
committerMans Rullgard <mans@mansr.com>2012-08-24 10:45:39 +0100
commit2e2b8ef8e0b2b407fd43914bdf83f46084954f6d (patch)
tree9ace374eb2deec663b555ea133c2d3589665b6f5 /libavcodec/mpegaudiodsp_template.c
parent4d7adec8bd211d3900563955f2e0863dfb3bf7e8 (diff)
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 <mans@mansr.com>
Diffstat (limited to 'libavcodec/mpegaudiodsp_template.c')
-rw-r--r--libavcodec/mpegaudiodsp_template.c1
1 files changed, 0 insertions, 1 deletions
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