Add a missing fft.h include to the aacsbr decoder.

Patch by Georgi Chorbadzhiyski gf at unixsol dot org

Originally committed as revision 22374 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Georgi Chorbadzhiyski 15 years ago committed by Alex Converse
parent 49351479ea
commit e0be763052
  1. 1
      libavcodec/aacsbr.c

@ -30,6 +30,7 @@
#include "sbr.h"
#include "aacsbr.h"
#include "aacsbrdata.h"
#include "fft.h"
#include <stdint.h>
#include <float.h>

Loading…
Cancel
Save