[20:45:58] <Dominus> just noticed some warnings when compiling in 32 bit with timidity. It ifdef i386 define # LITTLE_ENDIAN. OS X' SDKs #define LITTLE_ENDIAN __DARWIN_LITTLE_ENDIAN
[20:46:17] <Dominus> so all the files that include timidity.h give a warning
[20:46:40] <Dominus> timidity.h:212:1: warning: "LITTLE_ENDIAN" redefined
[21:06:17] <Dominus> another couple of warnings in pngio.cc: 'jmpbuf' is deprecated -> whith libpng 1.5 (whenever) this won't work anymore out of the box
[21:09:10] <Dominus> also with zip.c
[21:09:10] <Dominus> zip.c:172: warning: 'free_linkedlist' defined but not used
[21:09:11] <Dominus> zip.c:231: warning: 'write_datablock' defined but not used
[22:47:09] <Dominus> I wonder whether we could use OpenGL as a renderer (and not as a scaler)? Similar to what Dosbox does