summaryrefslogtreecommitdiff
path: root/src/libfaad/diff_to_faad2_cvs.patch
blob: 86dc8aa693af1b6c0705f9142d4f166cce4c0368 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- common.h.old	2004-01-10 22:45:44.000000000 +0100
+++ common.h	2004-01-10 22:46:20.000000000 +0100
@@ -290,6 +290,7 @@
   }
 
 
+#ifndef HAVE_LRINTF
   #ifdef _WIN32
     #define HAS_LRINTF
     static INLINE int lrintf(float f)
@@ -316,6 +317,7 @@
         return i;
     }
   #endif
+#endif
 
 
   #ifdef __ICL /* only Intel C compiler has fmath ??? */