summaryrefslogtreecommitdiff
path: root/libavcodec/mdct.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mdct.c')
-rw-r--r--libavcodec/mdct.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/mdct.c b/libavcodec/mdct.c
index 8734bdc56f..87908d3d66 100644
--- a/libavcodec/mdct.c
+++ b/libavcodec/mdct.c
@@ -18,7 +18,9 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "dsputil.h"
+
+#include "libavutil/mathematics.h"
+#include "fft.h"
/**
* @file libavcodec/mdct.c