]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mdct_fixed.c
h264/aarch64: optimize neon loop filter
[ffmpeg] / libavcodec / mdct_fixed.c
index 94527f9e856a89d51fbff7b7bfe00dadd291247c..9e06861dba79c39b1b2b7b731d1efc9fe323d3d9 100644 (file)
@@ -16,8 +16,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#define CONFIG_FFT_FLOAT 0
-#include "mdct.c"
+#define FFT_FLOAT 0
+#include "mdct_template.c"
 
 /* same as ff_mdct_calcw_c with double-width unscaled output */
 void ff_mdct_calcw_c(FFTContext *s, FFTDouble *out, const FFTSample *input)