[FFmpeg-cvslog] r11523 - trunk/libavcodec/ppc/gcc_fixes.h

Diego Biurrun diego
Thu Jan 17 09:35:48 CET 2008


On Wed, Jan 16, 2008 at 10:10:56AM +0100, Diego Biurrun wrote:
> On Mon, Jan 14, 2008 at 01:46:52AM +0000, M?ns Rullg?rd wrote:
> > lu_zero <subversion at mplayerhq.hu> writes:
> > 
> > > Log:
> > > gcc2 doesn't have bogus mergel, patch from Sigbj?rn Skj?ret cisc...broadpark___no
> > >
> > > --- trunk/libavcodec/ppc/gcc_fixes.h	(original)
> > > +++ trunk/libavcodec/ppc/gcc_fixes.h	Mon Jan 14 00:58:12 2008
> > > @@ -35,7 +35,7 @@
> > >
> > > -#if (__GNUC__ * 100 + __GNUC_MINOR__ < 303)
> > > +#if (__GNUC__ > 2) && (__GNUC__ * 100 + __GNUC_MINOR__ < 303)
> > 
> > Why not #if __GNUC__ == 3 && __GNUC_MINOR__ < 3?  Seems simpler to me.
> 
> Agreed.  I will apply this change tomorrow.

Done.

Diego




More information about the ffmpeg-cvslog mailing list