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
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
9a5eb024
Commit
9a5eb024
authored
6 years ago
by
Marco Z
Browse files
Options
Downloads
Patches
Plain Diff
Fix Windows buildbot for MP3_MAD/MODPLUG define (the header we use is 2.0.2)
parent
17ec5d80
No related branches found
No related tags found
2 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!278
Music Code Cleanup
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sdl/mixer_sound.c
+1
-1
1 addition, 1 deletion
src/sdl/mixer_sound.c
with
1 addition
and
1 deletion
src/sdl/mixer_sound.c
+
1
−
1
View file @
9a5eb024
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#endif
#endif
// thanks alam for making the buildbots happy!
// thanks alam for making the buildbots happy!
#if SDL_MIXER_VERSION_ATLEAST(2,0,
3
)
#if SDL_MIXER_VERSION_ATLEAST(2,0,
2
)
#define MUS_MP3_MAD MUS_MP3_MAD_UNUSED
#define MUS_MP3_MAD MUS_MP3_MAD_UNUSED
#define MUS_MODPLUG MUS_MODPLUG_UNUSED
#define MUS_MODPLUG MUS_MODPLUG_UNUSED
#endif
#endif
...
...
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