changeset 11427:32504af93342 libavcodec

Add a missing fft.h include to the aacsbr decoder. Patch by Georgi Chorbadzhiyski gf at unixsol dot org
author alexc
date Tue, 09 Mar 2010 06:11:45 +0000
parents ff9072ded749
children 6b0d65c8c13d
files aacsbr.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/aacsbr.c	Tue Mar 09 01:20:20 2010 +0000
+++ b/aacsbr.c	Tue Mar 09 06:11:45 2010 +0000
@@ -30,6 +30,7 @@
 #include "sbr.h"
 #include "aacsbr.h"
 #include "aacsbrdata.h"
+#include "fft.h"
 
 #include <stdint.h>
 #include <float.h>