diff arm/float_arm_vfp.c @ 10359:48be79afc72d libavcodec

ARM: clean up dsputil initialisation - Move v5 and v6 initialisation to separate files. - Move NEON IDCT selection to ff_dsputil_init_neon()
author mru
date Sun, 04 Oct 2009 13:12:55 +0000
parents 7a463923ecd1
children
line wrap: on
line diff
--- a/arm/float_arm_vfp.c	Sun Oct 04 08:42:23 2009 +0000
+++ b/arm/float_arm_vfp.c	Sun Oct 04 13:12:55 2009 +0000
@@ -19,6 +19,7 @@
  */
 
 #include "libavcodec/dsputil.h"
+#include "dsputil_arm.h"
 
 void ff_vector_fmul_vfp(float *dst, const float *src, int len);
 void ff_vector_fmul_reverse_vfp(float *dst, const float *src0,