[FFmpeg-cvslog] r11523 - trunk/libavcodec/ppc/gcc_fixes.h
lu_zero
subversion
Mon Jan 14 00:58:12 CET 2008
Author: lu_zero
Date: Mon Jan 14 00:58:12 2008
New Revision: 11523
Log:
gcc2 doesn't have bogus mergel, patch from Sigbj?rn Skj?ret cisc...broadpark___no
Modified:
trunk/libavcodec/ppc/gcc_fixes.h
Modified: trunk/libavcodec/ppc/gcc_fixes.h
==============================================================================
--- trunk/libavcodec/ppc/gcc_fixes.h (original)
+++ trunk/libavcodec/ppc/gcc_fixes.h Mon Jan 14 00:58:12 2008
@@ -35,7 +35,7 @@
# define REG_v(a) asm ( #a )
#endif
-#if (__GNUC__ * 100 + __GNUC_MINOR__ < 303)
+#if (__GNUC__ > 2) && (__GNUC__ * 100 + __GNUC_MINOR__ < 303)
/* This code was provided to me by Bartosch Pixa
* as a separate header file (broken_mergel.h).
More information about the ffmpeg-cvslog
mailing list