[FFmpeg-devel] [PATCH] Makefile fix for libswscale/Makefile vis
Jan Knutar
jknutar
Sun Jun 8 16:55:37 CEST 2008
On Sunday 08 June 2008, Diego Biurrun wrote:
> On Sun, Jun 08, 2008 at 04:31:44PM +0200, Michael Niedermayer wrote:
> > On Sun, Jun 08, 2008 at 05:23:22PM +0300, Jan Knutar wrote:
> > > obj files end with .o not .c
> > >
> > > --- libswscale/Makefile (revision 27031)
> > > +++ libswscale/Makefile (working copy)
> > > @@ -9,7 +9,7 @@
> > > OBJS-$(CONFIG_GPL) += yuv2rgb.o
> > > OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.c
> > > OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
> > > -OBJS-$(HAVE_VIS) += yuv2rgb_vis.c
> > > +OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
> >
> > but that is not the only .c in there ...
>
> Yes and this is very suspicious. I've changed it.
Semi-blindly fixing all the compile errors on non-solaris sparc machine
I of course didn't see further than the offending lines... :)
Now the question is, do I want to try use it and see if it produces
garbage or not? :)
More information about the ffmpeg-devel
mailing list