[FFmpeg-devel] [PATCH] avoid sourcefile inclusion (vis and mlib in swscale)

Luca Barbato lu_zero
Sun May 4 21:50:02 CEST 2008


Diego Biurrun wrote:
> 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.

the next patch will reorder it.

lu

-- 

Luca Barbato
Gentoo Council Member
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero





More information about the ffmpeg-devel mailing list