Imported from libpng-1.2.19rc6.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-08-15 07:10:27 -05:00
parent 3922e7afc3
commit 04a1b1c123
56 changed files with 142 additions and 122 deletions

View File

@@ -99,7 +99,7 @@ void readpng2_version_info(void)
(compilerID == 2? "GNU C" : "unknown"));
fprintf(stderr, " Processor (x86%s) %s MMX instructions.\n",
#if defined(__x86_64__)
"_64"
"_64",
#else
"",
#endif