Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/aacgain/files/patch-faad2_libfaad_common.h
16146 views
1
--- faad2/libfaad/common.h.orig 2004-09-08 09:43:12 UTC
2
+++ faad2/libfaad/common.h
3
@@ -302,6 +302,7 @@ char *strchr(), *strrchr();
4
return i;
5
}
6
#elif (defined(__i386__) && defined(__GNUC__))
7
+#if 0
8
#define HAS_LRINTF
9
// from http://www.stereopsis.com/FPU.html
10
static INLINE int lrintf(float f)
11
@@ -315,7 +316,7 @@ char *strchr(), *strrchr();
12
return i;
13
}
14
#endif
15
-
16
+#endif
17
18
#ifdef __ICL /* only Intel C compiler has fmath ??? */
19
20
21