mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Remove LODEPNG_NO_COMPILE_ZLIB
This fixes a segfault, because we would then pass compressed image data to SDL_ConvertSurfaceFormat() in LoadImage(). I didn't test my previous PR. Whoops.
This commit is contained in:
parent
9c9433d21a
commit
74740c5a21
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@ TARGET_COMPILE_DEFINITIONS(lodepng-static PRIVATE
|
|||
-DLODEPNG_NO_COMPILE_ALLOCATORS
|
||||
-DLODEPNG_NO_COMPILE_DISK
|
||||
-DLODEPNG_NO_COMPILE_ENCODER
|
||||
-DLODEPNG_NO_COMPILE_ZLIB
|
||||
)
|
||||
|
||||
# Static Dependencies
|
||||
|
|
Loading…
Reference in a new issue