[MPlayer-dev-eng] [PATCH] workaround for altivec const vars in gcc-3.4 (postproc/swscale_altivec_template.c)

Michael Niedermayer michaelni at gmx.at
Tue May 25 14:05:49 CEST 2004


Hi

On Monday 24 May 2004 23:36, Luca Barbato wrote:
> That probably isn't the right way to handle that but works enough.
rejected

this should be done with 
#if __GNUC__ ... &&  __GNUC_MINOR__ ...
#define const_vector vector 

or even better add a check for this to configure

[...]
-- 
Michael
level[i]= get_vlc(); i+=get_vlc();		(violates patent EP0266049)
median(mv[y-1][x], mv[y][x-1], mv[y+1][x+1]);	(violates patent #5,905,535)
buf[i]= qp - buf[i-1];				(violates patent #?)
for more examples, see http://mplayerhq.hu/~michael/patent.html
stop it, see http://petition.eurolinux.org & http://petition.ffii.org/eubsa/en




More information about the MPlayer-dev-eng mailing list