projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac8012
)
typo in the gcc handmade regalloc trigger
author
Luca Barbato
<lu_zero@gentoo.org>
Sun, 16 Apr 2006 03:40:04 +0000
(
03:40
+0000)
committer
Luca Barbato
<lu_zero@gentoo.org>
Sun, 16 Apr 2006 03:40:04 +0000
(
03:40
+0000)
Originally committed as revision 5297 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/gcc_fixes.h
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/ppc/gcc_fixes.h
b/libavcodec/ppc/gcc_fixes.h
index
79c8c44
..
943905b
100644
(file)
--- a/
libavcodec/ppc/gcc_fixes.h
+++ b/
libavcodec/ppc/gcc_fixes.h
@@
-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)