[FFmpeg-devel] [PATCH] avoid sourcefile inclusion (vis and mlib in swscale)
Diego Biurrun
diego
Sun May 4 20:28:55 CEST 2008
On Sun, May 04, 2008 at 12:56:38PM +0200, Luca Barbato wrote:
>
> Could somebody with solaris and/or a sparc check this patch?
This looks OK, just commit it, we will get reports if it fails.
> --- a/Makefile
> +++ b/Makefile
> @@ -11,6 +11,10 @@ OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
> OBJS-$(ARCH_BFIN) += swscale_bfin.o \
> yuv2rgb_bfin.o \
>
> +OBJS-$(HAVE_VIS) += yuv2rgb_vis.c
> +
> +OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.c
Mind alphabetical order and alignment please.
Diego
More information about the ffmpeg-devel
mailing list