projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd064a4
)
mesa: Add Android to list of platforms that define fpclassify()
author
Chad Versace
<chad@chad-versace.us>
Mon, 15 Aug 2011 20:29:15 +0000
(13:29 -0700)
committer
Chad Versace
<chad@chad-versace.us>
Tue, 16 Aug 2011 21:03:48 +0000
(14:03 -0700)
This is a fix for the Android build.
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/main/querymatrix.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/querymatrix.c
b/src/mesa/main/querymatrix.c
index 944ad435f7a6aabd4f27be4b590758ce5317824f..eaedf7cd238d2e3e85480055bd877b03d17dc171 100644
(file)
--- a/
src/mesa/main/querymatrix.c
+++ b/
src/mesa/main/querymatrix.c
@@
-73,7
+73,7
@@
fpclassify(double x)
#elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__) || \
defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || \
(defined(__sun) && defined(__C99FEATURES__)) || defined(__MINGW32__) || \
- (defined(__sun) && defined(__GNUC__))
+ (defined(__sun) && defined(__GNUC__))
|| defined(ANDROID)
/* fpclassify is available. */