[FFmpeg-devel] [PATCH] Makefile fix for libswscale/Makefile vis

Diego Biurrun diego
Sun Jun 8 16:45:06 CEST 2008


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.

Diego




More information about the ffmpeg-devel mailing list