[Commits] [wesnoth/wesnoth] e699ee: Fix Scons for SDL2_mixer 2.0.2
GitHub
noreply at github.com
Wed Nov 1 03:41:33 UTC 2017
Branch: refs/heads/GL_SDL_py
Home: https://github.com/wesnoth/wesnoth
Commit: e699ee93060c879198598976a8781e9329b38802
https://github.com/wesnoth/wesnoth/commit/e699ee93060c879198598976a8781e9329b38802
Author: Gregory A Lundberg <gregory_lundberg at gmx.com>
Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths:
M scons/sdl.py
Log Message:
-----------
Fix Scons for SDL2_mixer 2.0.2
With the change from SDL_mixer 2.0.1 to 2.0.2, we cannot simply check if SDL_mixer can open an OGG/Vorbis file, we must first open an audio device. [This is probably a mistake, since the documentation implies simply initializing the codec should be enough.] To avoid future problems, upgrade the feature-test program to perform a full initialization and shut-down; everything except actually playing the sound.
Closes #2137
Commit: 5dfb2cc3b62337d556293f67c60b7e2ba16175ac
https://github.com/wesnoth/wesnoth/commit/5dfb2cc3b62337d556293f67c60b7e2ba16175ac
Author: loonycyborg <loonycyborg at gmail.com>
Date: 2017-10-31 (Tue, 31 Oct 2017)
Changed paths:
M scons/sdl.py
Log Message:
-----------
Made ogg vorbis support check use dummy SDL audio driver
Compare: https://github.com/wesnoth/wesnoth/compare/6ebb3047a462...5dfb2cc3b623
More information about the Commits
mailing list