[FFmpeg-cvslog] r25074 - in trunk/libavcodec/ppc: check_altivec.c dsputil_altivec.h dsputil_ppc.c h264_altivec.c mpegvideo_altivec.c vp8dsp_altivec.c

Måns Rullgård mans
Wed Sep 8 16:41:21 CEST 2010


Diego Biurrun <diego at biurrun.de> writes:

> On Wed, Sep 08, 2010 at 12:02:40PM +0200, stefano wrote:
>> 
>> Log:
>> Merge has_altivec() function into mm_support(), remove it and use
>> mm_support() instead.
>> 
>> --- trunk/libavcodec/ppc/check_altivec.c	Wed Sep  8 07:51:31 2010	(r25073)
>> +++ trunk/libavcodec/ppc/check_altivec.c	Wed Sep  8 12:02:40 2010	(r25074)
>> @@ -43,14 +43,16 @@
>>  
>> -int has_altivec(void)
>> +int mm_support(void)
>>  {
>> +#if HAVE_ALTIVEC
>
> This is superfluous, the file is built conditional on HAVE_ALTIVEC.

Eventually we should be building this function unconditionally.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list