Imported from libpng-1.2.20rc2.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-08-27 14:48:12 -05:00
parent e736f1ead9
commit b38f12d519
52 changed files with 1070 additions and 132 deletions

View File

@@ -3,7 +3,7 @@
*
* For Intel x86 CPU and Microsoft Visual C++ compiler
*
* Last changed in libpng 1.2.20 August 23, 2007
* Last changed in libpng 1.2.20 August 27, 2007
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2007 Glenn Randers-Pehrson
* Copyright (c) 1998, Intel Corporation
@@ -34,7 +34,8 @@
#define PNG_INTERNAL
#include "png.h"
#if defined(PNG_MMX_CODE_SUPPORTED) && defined(PNG_USE_PNGVCRD)
#if defined(PNG_ASSEMBLER_CODE_SUPPORTED) && \
defined(PNG_USE_PNGVCRD) && defined(PNG_MMX_CODE_SUPPORTED)
#ifdef PNG_USE_LOCAL_ARRAYS
static PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};