summaryrefslogtreecommitdiff
path: root/libavcodec/avfft.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-03-20 02:14:25 +0000
committerMans Rullgard <mans@mansr.com>2011-03-20 17:15:33 +0000
commit0aded9484da7da6fe23254e23382767635f8360a (patch)
tree0985f60e2b35fb272782726c00e2ccb78cae3519 /libavcodec/avfft.c
parent4538729afed44a0ee0a762d3ef69aa4bbb7f10b3 (diff)
Move dct and rdft definitions to separate files
This leaves fft.h with only the core FFT and MDCT definitions thus making it more managable. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/avfft.c')
-rw-r--r--libavcodec/avfft.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avfft.c b/libavcodec/avfft.c
index 1e52fe67b1..9ed06fbeb5 100644
--- a/libavcodec/avfft.c
+++ b/libavcodec/avfft.c
@@ -19,6 +19,8 @@
#include "libavutil/mem.h"
#include "avfft.h"
#include "fft.h"
+#include "rdft.h"
+#include "dct.h"
/* FFT */