diff options
author | Georgi Chorbadzhiyski <gf@unixsol.org> | 2010-03-09 06:11:45 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-03-09 06:11:45 +0000 |
commit | e0be7630528661ae3ed3358b26bc4f0ce196f38b (patch) | |
tree | 1fb777f41e0eb33d682c21996a9abfdc5e63c779 /libavcodec/aacsbr.c | |
parent | 49351479ea5d0529f2af3e5187eb9d4b146df6b2 (diff) | |
download | ffmpeg-e0be7630528661ae3ed3358b26bc4f0ce196f38b.tar.gz |
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
Diffstat (limited to 'libavcodec/aacsbr.c')
-rw-r--r-- | libavcodec/aacsbr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aacsbr.c b/libavcodec/aacsbr.c index e317a5c72f..fe41b54112 100644 --- a/libavcodec/aacsbr.c +++ b/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> |