[libpng10] Imported from libpng-1.0.35.tar

This commit is contained in:
Glenn Randers-Pehrson
2008-05-08 06:55:50 -05:00
parent dc2e72f1a2
commit ac278cc06a
60 changed files with 8363 additions and 6259 deletions

View File

@@ -2,8 +2,10 @@
/* This code snippet is for use by configure's compilation test. */
#if defined(PNG_ASSEMBLER_CODE_SUPPORTED) && \
#if (!defined _MSC_VER) && \
defined(PNG_ASSEMBLER_CODE_SUPPORTED) && \
defined(PNG_MMX_CODE_SUPPORTED)
int PNGAPI png_dummy_mmx_support(void);
static int _mmx_supported = 2; // 0: no MMX; 1: MMX supported; 2: not tested