Imported from libpng-1.2.20beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-08-20 05:11:02 -05:00
parent 963daeaec5
commit b3ea17736b
46 changed files with 116 additions and 1028 deletions

View File

@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.2.20beta01 - August 20, 2007
* libpng version 1.2.20beta02 - August 20, 2007
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2007 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -749,6 +749,12 @@
# define PNG_ASSEMBLER_CODE_SUPPORTED
# endif
# if defined(__APPLE__)
# if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
# define PNG_NO_MMX_CODE
# endif
# endif
# if !defined(PNG_MMX_CODE_SUPPORTED) && !defined(PNG_NO_MMX_CODE)
# define PNG_MMX_CODE_SUPPORTED
# endif