Skip to content

Makefile: Split zlib and libpng

SteelT requested to merge SteelT/SRB2:zlib-split into master

Split zlib stuff from libpng, removing the hard dependency on libpng to decompress VGZ lumps, also uncommented lines that was commented out in sdl/mixer_sound.c, for whatever reason. If someone compiles without zlib, then PNG support will be explicitly disabled also.

Edited by SteelT

Merge request reports