mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +00:00
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:
parent
312b9f76b6
commit
3dbdbcbe41
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.
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue