diff options
author | Måns Rullgård <mans@mansr.com> | 2009-10-04 13:12:55 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2009-10-04 13:12:55 +0000 |
commit | 84d430f85a10cfbca196c686ee59c72dff558ca1 (patch) | |
tree | a26c1883897b2f2bb08d4f8bf90692828dc81379 /libavcodec/arm/float_arm_vfp.c | |
parent | 384f26f428d13f1aef26da453554401236de03c5 (diff) | |
download | ffmpeg-84d430f85a10cfbca196c686ee59c72dff558ca1.tar.gz |
ARM: clean up dsputil initialisation
- Move v5 and v6 initialisation to separate files.
- Move NEON IDCT selection to ff_dsputil_init_neon()
Originally committed as revision 20163 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/float_arm_vfp.c')
-rw-r--r-- | libavcodec/arm/float_arm_vfp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/float_arm_vfp.c b/libavcodec/arm/float_arm_vfp.c index 41a7c19994..d99f089f8a 100644 --- a/libavcodec/arm/float_arm_vfp.c +++ b/libavcodec/arm/float_arm_vfp.c @@ -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, |