[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/ppc gcc_fixes.h,1.8,1.9
Luca Barbato CVS
lu_zero
Sun Apr 16 05:40:06 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc
In directory mail:/var2/tmp/cvs-serv25286
Modified Files:
gcc_fixes.h
Log Message:
typo in the gcc handmade regalloc trigger
Index: gcc_fixes.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ppc/gcc_fixes.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gcc_fixes.h 7 Apr 2006 12:40:28 -0000 1.8
+++ gcc_fixes.h 16 Apr 2006 03:40:04 -0000 1.9
@@ -23,9 +23,9 @@
#define AVV(x...) {x}
#if (__GNUC__ < 4)
-# define REG_v(a) asm ( #a )
-#else
# define REG_v(a)
+#else
+# define REG_v(a) asm ( #a )
#endif
#if (__GNUC__ * 100 + __GNUC_MINOR__ < 303)
More information about the ffmpeg-cvslog
mailing list