[FFmpeg-cvslog] r13128 - in trunk/libavcodec: Makefile armv4l/dsputil_arm.c armv4l/float_arm_vfp.c

Måns Rullgård mans
Mon May 12 00:46:26 CEST 2008


gpoirier <subversion at mplayerhq.hu> writes:

> Author: gpoirier
> Date: Sun May 11 22:06:03 2008
> New Revision: 13128
>
> Log:
> Add some initial optimizations for ARM VFP (floating
> point coprocessor available in some ARM11 cores).
> Patch by Siarhei Siamashka % siarhei.siamashka at gmail.com %
> Original thread:
> date: Apr 20, 2008 5:41 PM	 
> subject: [FFmpeg-devel] [PATCH] Some ARM VFP optimizations (vector_fmul, vector_fmul_reverse, float_to_int16)
>
> Added:
>    trunk/libavcodec/armv4l/float_arm_vfp.c
> Modified:
>    trunk/libavcodec/Makefile
>    trunk/libavcodec/armv4l/dsputil_arm.c
>
> Modified: trunk/libavcodec/Makefile
> ==============================================================================
> --- trunk/libavcodec/Makefile	(original)
> +++ trunk/libavcodec/Makefile	Sun May 11 22:06:03 2008
> @@ -419,6 +419,8 @@ ASM_OBJS-$(HAVE_ARMV5TE)               +
>
>  ASM_OBJS-$(HAVE_ARMV6)                 += armv4l/simple_idct_armv6.o \
>
> +ASM_OBJS-$(HAVE_ARMVFP)                += armv4l/float_arm_vfp.o \

This is wrong.  It should be added to OBJS-$(HAVE_ARMVFP) since the
file is a C file (not a .S file).

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list