summaryrefslogtreecommitdiff
path: root/libavcodec/rdft.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rdft.c')
-rw-r--r--libavcodec/rdft.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/rdft.c b/libavcodec/rdft.c
index d6f82a7c7e..8638a55ca1 100644
--- a/libavcodec/rdft.c
+++ b/libavcodec/rdft.c
@@ -19,7 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <math.h>
-#include "dsputil.h"
+#include "libavutil/mathematics.h"
+#include "fft.h"
/**
* @file libavcodec/rdft.c