Skip to content
Snippets Groups Projects
Commit bcc0eb39 authored by Logan Aerl Arias's avatar Logan Aerl Arias
Browse files

Merge branch 'remove-NOPNG' into 'next'

if PNG graphics support is removed, it is not netplay compatible

See merge request STJr/SRB2!2260
parents 89620dbd f372f07b
No related branches found
No related tags found
1 merge request!2260if PNG graphics support is removed, it is not netplay compatible
Pipeline #2892 passed
...@@ -47,8 +47,6 @@ ...@@ -47,8 +47,6 @@
# HAVE_MINIUPNPC=1 - Enable automated port forwarding. # HAVE_MINIUPNPC=1 - Enable automated port forwarding.
# Already enabled by default for 32-bit # Already enabled by default for 32-bit
# Windows. # Windows.
# NOPNG=1 - Disable PNG graphics support. (TODO: double
# check netplay compatible.)
# NOCURL=1 - Disable libcurl--HTTP capability. # NOCURL=1 - Disable libcurl--HTTP capability.
# NOGME=1 - Disable game music emu, retro VGM support. # NOGME=1 - Disable game music emu, retro VGM support.
# NOOPENMPT=1 - Disable module (tracker) music support. # NOOPENMPT=1 - Disable module (tracker) music support.
...@@ -69,8 +67,6 @@ ...@@ -69,8 +67,6 @@
# NOEXECINFO=1 - Disable stack trace dump support # NOEXECINFO=1 - Disable stack trace dump support
# DEBUGMODE=1 - Enable various debugging capabilities. # DEBUGMODE=1 - Enable various debugging capabilities.
# Also disables optimizations. # Also disables optimizations.
# NOZLIB=1 - Disable some compression capability. Implies
# NOPNG=1.
# #
# Development flags: # Development flags:
# #
......
...@@ -22,8 +22,6 @@ ifndef NOMD5 ...@@ -22,8 +22,6 @@ ifndef NOMD5
sources+=md5.c sources+=md5.c
endif endif
ifndef NOZLIB
ifndef NOPNG
ifdef PNG_PKGCONFIG ifdef PNG_PKGCONFIG
$(eval $(call Use_pkg_config,PNG_PKGCONFIG)) $(eval $(call Use_pkg_config,PNG_PKGCONFIG))
else else
...@@ -36,8 +34,6 @@ opts+=-D_LARGEFILE64_SOURCE ...@@ -36,8 +34,6 @@ opts+=-D_LARGEFILE64_SOURCE
endif endif
opts+=-DHAVE_PNG opts+=-DHAVE_PNG
sources+=apng.c sources+=apng.c
endif
endif
ifndef NOCURL ifndef NOCURL
CURLCONFIG?=curl-config CURLCONFIG?=curl-config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment