Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vlad Doc
SRB2
Commits
f372f07b
Commit
f372f07b
authored
1 year ago
by
Logan Aerl Arias
Browse files
Options
Downloads
Patches
Plain Diff
libpng for everyone
zlib and libpng are now always needed
parent
d4053057
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Makefile
+0
-4
0 additions, 4 deletions
src/Makefile
src/Makefile.d/features.mk
+0
-4
0 additions, 4 deletions
src/Makefile.d/features.mk
with
0 additions
and
8 deletions
src/Makefile
+
0
−
4
View file @
f372f07b
...
@@ -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:
#
#
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.d/features.mk
+
0
−
4
View file @
f372f07b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment