summaryrefslogtreecommitdiff
path: root/pngconf.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2006-10-02 13:35:48 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:11:47 -0500
commit0ff85c6923d2c4fca4ac0bad28e387e3b1777d7a (patch)
tree6e552da202ca6c06905cccce4a436a3b3af06f81 /pngconf.h
parente3358d1839b059fe076bb94940ce3a6cbcffb86b (diff)
downloadlibpng-0ff85c6923d2c4fca4ac0bad28e387e3b1777d7a.tar.gz
Imported from libpng-1.2.13beta1.tarv1.2.13beta1
Diffstat (limited to 'pngconf.h')
-rw-r--r--pngconf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/pngconf.h b/pngconf.h
index 389470ec6..fd3d0a009 100644
--- a/pngconf.h
+++ b/pngconf.h
@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
- * libpng version 1.2.12 - June 27, 2006
+ * libpng version 1.2.13beta1 - October 2, 2006
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2005 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -726,6 +726,10 @@
# ifndef PNG_ASSEMBLER_CODE_SUPPORTED
# define PNG_ASSEMBLER_CODE_SUPPORTED
# endif
+# if defined(XP_MACOSX) && !defined(PNG_NO_MMX_CODE)
+ /* work around Intel-Mac compiler bug */
+# define PNG_NO_MMX_CODE
+# endif
# if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE) && \
defined(__MMX__)
# define PNG_MMX_CODE_SUPPORTED