summaryrefslogtreecommitdiff
path: root/pnggccrd.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2007-08-19 22:50:31 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:14:30 -0500
commit963daeaec53d29df212dce4e63cd20eca52b4a38 (patch)
treeefe6f0ba8cdc3f9c50871f81d884295ecfd1e247 /pnggccrd.c
parent249bd44ebc085352278b68b71a0e45eb2693c954 (diff)
downloadlibpng-963daeaec53d29df212dce4e63cd20eca52b4a38.tar.gz
Imported from libpng-1.2.20beta01.tarv1.2.20beta01
Diffstat (limited to 'pnggccrd.c')
-rw-r--r--pnggccrd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pnggccrd.c b/pnggccrd.c
index f63867cd2..104e55432 100644
--- a/pnggccrd.c
+++ b/pnggccrd.c
@@ -3,7 +3,7 @@
*
* For Intel/AMD x86 or x86-64 CPU (Pentium-MMX or later) and GNU C compiler.
*
- * Last changed in libpng 1.2.19 August 18, 2007
+ * Last changed in libpng 1.2.19 August 20, 2007
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998 Intel Corporation
* Copyright (c) 1999-2002,2007 Greg Roelofs
@@ -465,7 +465,7 @@ static PNG_CONST int FARDATA png_pass_width[7] = {8, 4, 4, 2, 2, 1, 1};
/* djgpp, Win32, Cygwin, and OS2 add their own underscores to global variables,
* so define them without: */
#if defined(__DJGPP__) || defined(WIN32) || defined(__CYGWIN__) || \
- defined(__OS2__)
+ defined(__OS2__) || defined(__APPLE__)
# define _mmx_supported mmx_supported
# define _mask8_0 mask8_0
# define _mask16_1 mask16_1