[MPlayer-cvslog] Re: CVS: main/postproc swscale_template.c, 1.116, 1.117
Michael Niedermayer
michaelni at gmx.at
Tue Jun 28 22:00:05 CEST 2005
Hi
On Tuesday 28 June 2005 21:23, Ismail Donmez wrote:
> On Tuesday 28 June 2005 22:07, Guillaume POIRIER wrote:
> > > +#define inline inline __attribute__((always_inline))
> > > +
> > > #undef REAL_MOVNTQ
> > > #undef MOVNTQ
> > > #undef PAVGB
> >
> > This fixed the crash on my machine with gcc-3.3. Is it a desirable fix?
>
> Looks like libavcodec uses it, from libavcodec/common.h
>
> #ifndef always_inline
> #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ >
> 0) # define always_inline __attribute__((always_inline)) inline
may i ask you a question, do the following 2 words look identical to you?
inline
always_inline
[...]
--
Michael
More information about the MPlayer-cvslog
mailing list