|
Lines 1-9
Link Here
|
| 1 |
--- pngconf.h.bak Wed Jun 28 00:22:34 2006 |
1 |
--- pngconf.h.orig Tue May 15 16:52:22 2007 |
| 2 |
+++ pngconf.h Thu Jul 27 22:01:04 2006 |
2 |
+++ pngconf.h Wed May 16 17:49:51 2007 |
| 3 |
@@ -722,7 +722,7 @@ |
3 |
@@ -729,7 +729,7 @@ |
| 4 |
|
4 |
* PNG_NO_MMX_CODE disables the use of MMX code without changing the API. |
| 5 |
/* PNG_ASSEMBLER_CODE was enabled by default in version 1.2.0 |
5 |
* When MMX code is off, then optimized C replacement functions are used. |
| 6 |
even when PNG_USE_PNGVCRD or PNG_USE_PNGGCCRD is not defined */ |
6 |
*/ |
| 7 |
-#if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE) |
7 |
-#if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE) |
| 8 |
+#if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE) && defined(__i386__) |
8 |
+#if defined(PNG_READ_SUPPORTED) && !defined(PNG_NO_ASSEMBLER_CODE) && defined(__i386__) |
| 9 |
# ifndef PNG_ASSEMBLER_CODE_SUPPORTED |
9 |
# ifndef PNG_ASSEMBLER_CODE_SUPPORTED |