summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-05-17 13:42:43 +0100
committerMans Rullgard <mans@mansr.com>2011-05-17 13:51:09 +0100
commit1362a291c971ba2c46c08f0533265b294030de27 (patch)
treea1fa426df45645f0a1c758c332a8d4a3affbdc11 /libavcodec/qdm2.c
parent901ff51116f831c9082e14c80c7481dd3999aa30 (diff)
qdm2: include correct header for rdft
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/qdm2.c')
-rw-r--r--libavcodec/qdm2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index 198f11f271..76ecb79621 100644
--- a/libavcodec/qdm2.c
+++ b/libavcodec/qdm2.c
@@ -38,7 +38,7 @@
#include "avcodec.h"
#include "get_bits.h"
#include "dsputil.h"
-#include "fft.h"
+#include "rdft.h"
#include "mpegaudio.h"
#include "qdm2data.h"