qdm2: include correct header for rdft

Signed-off-by: Mans Rullgard <mans@mansr.com>
pull/2/head
Mans Rullgard 14 years ago
parent 901ff51116
commit 1362a291c9
  1. 2
      libavcodec/qdm2.c

@ -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"

Loading…
Cancel
Save