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
gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpark___no
Originally committed as revision 11523 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Barbato
17 years ago
parent
c5adfd641a
commit
3174c77a3e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ppc/gcc_fixes.h
+ 1
- 1
libavcodec/ppc/gcc_fixes.h
View File
@@ -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).
Write
Preview
Loading…
Cancel
Save