This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
typo in the gcc handmade regalloc trigger
Originally committed as revision 5297 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Barbato
20 years ago
parent
fac8012c3f
commit
fd925db3c8
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/ppc/gcc_fixes.h
+ 2
- 2
libavcodec/ppc/gcc_fixes.h
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save