[Ffmpeg-devel] Re: swscale.h in libavcodec and libswscale
Luca Abeni
lucabe72
Mon Oct 23 10:30:42 CEST 2006
Hi V?ctor,
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).
Thanks,
Luca
More information about the ffmpeg-devel
mailing list