Commit d929b145 authored by alexc's avatar alexc

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

Patch by Georgi Chorbadzhiyski gf at unixsol dot org


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22374 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 329ded95
......@@ -30,6 +30,7 @@
#include "sbr.h"
#include "aacsbr.h"
#include "aacsbrdata.h"
#include "fft.h"
#include <stdint.h>
#include <float.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment