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
commit
3174c77a3e
1 changed files with 1 additions and 1 deletions
  1. +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).


Loading…
Cancel
Save