1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

qdm2: include correct header for rdft

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2011-05-17 13:42:43 +01:00
parent 901ff51116
commit 1362a291c9

View File

@ -38,7 +38,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "get_bits.h" #include "get_bits.h"
#include "dsputil.h" #include "dsputil.h"
#include "fft.h" #include "rdft.h"
#include "mpegaudio.h" #include "mpegaudio.h"
#include "qdm2data.h" #include "qdm2data.h"