Rebuild libpng and zlib using GCC 4.8.1

Which should resolve those undefined references errors with libpng.
Rebuilt zlib just to be safe.
This commit is contained in:
Steel Titanium 2019-10-30 16:10:43 -04:00
parent 312b9f76b6
commit 3dbdbcbe41
No known key found for this signature in database
GPG Key ID: 924BA411F18DFDBE
5 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -72,6 +72,7 @@ int snprintf(char *str, size_t n, const char *fmt, ...);
#include "keys.h"
#include "filesrch.h" // refreshdirmenu, mainwadstally
#include "g_input.h" // tutorial mode control scheming
#include "png.h"
#ifdef CMAKECONFIG
#include "config.h"
@ -964,6 +965,8 @@ void D_SRB2Main(void)
"We do not claim ownership of SEGA's intellectual property used\n"
"in this program.\n\n");
CONS_Printf("libpng version: %s\n", png_libpng_ver);
// keep error messages until the final flush(stderr)
#if !defined (PC_DOS) && !defined(NOTERMIOS)
if (setvbuf(stderr, NULL, _IOFBF, 1000))