patches/faad-07-sunpro.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2138 49c6ce47cb57
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2138
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     1
--- faad2-2.7.orig/libfaad/common.h	2009-02-04 19:51:03.000000000 -0500
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     2
+++ faad2-2.7/libfaad/common.h	2009-09-02 15:21:17.780184831 -0400
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     3
@@ -41,7 +41,7 @@
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     4
 
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     5
 #include "neaacdec.h"
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     6
 
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     7
-#if 1
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     8
+#ifdef __GNUC__
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
     9
 #define INLINE __inline
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    10
 #else
49c6ce47cb57 2009-09-02 Albert Lee <[email protected]>
trisk
parents:
diff changeset
    11
 #define INLINE inline