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
This commit is contained in:
Georgi Chorbadzhiyski 2010-03-09 06:11:45 +00:00 committed by Alex Converse
parent 49351479ea
commit e0be763052

View File

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