[Ffmpeg-devel] Re: swscale.h in libavcodec and libswscale

Diego Biurrun diego
Mon Oct 23 11:57:33 CEST 2006


On Mon, Oct 23, 2006 at 10:30:42AM +0200, Luca Abeni wrote:
> 
> On Mon, 2006-10-23 at 10:02 +0200, V?ctor Paesa wrote:
> [...]
> > You're right, $EXTRALIBS would be overwritten. This should be better:
> > 
> > --- libswscale/Makefile (revision 20302)
> > +++ libswscale/Makefile (working copy)
> > @@ -7,6 +7,8 @@
> >  LIBMAJOR=$(SWSMAJOR)
> >  endif
> > 
> > +EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
> > +
> >  OBJS= swscale.o rgb2rgb.o yuv2rgb.o
> >  ifeq ($(TARGET_ALTIVEC),yes)
> >  OBJS+=  yuv2rgb_altivec.o
> Yes, I agree this is the correct fix (IMHO).

It is.  The other Makefiles do the same.

Diego





More information about the ffmpeg-devel mailing list