[FFmpeg-cvslog] r13128 - in trunk/libavcodec: Makefile armv4l/dsputil_arm.c armv4l/float_arm_vfp.c
Guillaume POIRIER
poirierg
Mon May 12 11:19:01 CEST 2008
Hello,
On Mon, May 12, 2008 at 11:07 AM, Diego Biurrun <diego at biurrun.de> wrote:
> 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
Thanks a lot, fixed!
Guillaume
--
I don't measure a man's success by how high he climbs but how high he
bounces when he hits bottom.
-- George S. Patton
More information about the ffmpeg-cvslog
mailing list