diff --git a/libavcodec/Makefile b/libavcodec/Makefile index be64c82c66..9a6adb9903 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1181,7 +1181,6 @@ SLIBOBJS-$(HAVE_GNU_WINDRES) += avcodecres.o SKIPHEADERS += %_tablegen.h \ %_tables.h \ - fft-internal.h \ tableprint.h \ tableprint_vlc.h \ aaccoder_twoloop.h \ diff --git a/libavcodec/fft-internal.h b/libavcodec/fft-internal.h index b0d8d80efd..d89a3e38ca 100644 --- a/libavcodec/fft-internal.h +++ b/libavcodec/fft-internal.h @@ -19,6 +19,9 @@ #ifndef AVCODEC_FFT_INTERNAL_H #define AVCODEC_FFT_INTERNAL_H +#include "libavutil/mathematics.h" +#include "fft.h" + #if FFT_FLOAT #define FIX15(v) (v)