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

Diego Biurrun diego
Mon May 12 11:07:15 CEST 2008


On Mon, May 12, 2008 at 11:02:30AM +0200, Guillaume POIRIER wrote:
> 
> On Mon, May 12, 2008 at 12:46 AM, M?ns Rullg?rd <mans at mansr.com> wrote:
> > gpoirier <subversion at mplayerhq.hu> writes:
> >  >
> >  > --- 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).
> 
> How should it be fixed? Like in arm_vfp_fix.1.diff or arm_vfp_fix.2.diff?

arm_vfp_fix.2.diff

Diego




More information about the ffmpeg-cvslog mailing list