summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_float.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-19 17:19:04 +0000
committerMans Rullgard <mans@mansr.com>2011-03-19 19:49:27 +0000
commita45fbda994df54600101e845e29f0af60e456e95 (patch)
tree5b7967059edcf79ea6814d77db25adf6a3a387eb /libavcodec/ac3enc_float.c
parent26f548bb59177cfc8c45ff633dd37b60cfd23edf (diff)
Move ff_kbd_window_init() to a separate file
This function is not tightly coupled to mdct, and it's in the way of making a fixed-point mdct implementation. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/ac3enc_float.c')
-rw-r--r--libavcodec/ac3enc_float.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3enc_float.c b/libavcodec/ac3enc_float.c
index e46ec6a85d..91f73e5b44 100644
--- a/libavcodec/ac3enc_float.c
+++ b/libavcodec/ac3enc_float.c
@@ -28,6 +28,7 @@
#define CONFIG_AC3ENC_FLOAT 1
#include "ac3enc.c"
+#include "kbdwin.h"
/**