Page MenuHomeSolus

Update sdl2-mixer to 2.0.2
ClosedPublic

Authored by kyrios123 on Oct 26 2017, 7:20 PM.
Tags
None
Referenced Files
F10995915: D1257.id3063.diff
Wed, Jul 26, 7:48 AM
F10995765: D1257.id3074.diff
Wed, Jul 26, 6:54 AM
F10984348: D1257.diff
Sun, Jul 23, 5:27 PM
F10846511: D1257.id4907.diff
Jun 11 2023, 5:02 AM
F10840882: D1257.id4907.diff
Jun 10 2023, 3:35 AM
F10821609: D1257.diff
Jun 2 2023, 12:55 PM
F10788270: D1257.id.diff
May 26 2023, 3:43 PM
F10780212: D1257.id.diff
May 24 2023, 11:21 PM

Details

Summary
  • Implemented 24-bit and surround sound support for FLAC audio files
  • Updated for SDL 2.0.6 and newer
  • Added support for MP3 playback using mpg123
  • Added Mix_OpenAudioDevice() so you can specify the audio device to open

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Build & test pacman against this version

Diff Detail

Repository
R2874 sdl2-mixer
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Added support for MP3 playback using mpg123

Does this mean it should be a dep?

Added support for MP3 playback using mpg123

Does this mean it should be a dep?

Only if you want to enable mp3 support via this library. I was told not to enable extra options unless there is a specific request or use case for it, right ?

I imagine some game will come along that needs mp3 support in sdl so I think it's safe to enable it.

add libmpg123 as dependency

For info, this is not new but I noticed this on the 32bit build

checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
checking for ov_open_callbacks in -lvorbisfile -lvorbis -logg -lm... no
configure: WARNING: *** Unable to find Ogg Vorbis library (http://www.xiph.org/)
configure: WARNING: Ogg Vorbis support disabled
This revision is now accepted and ready to land.Jan 23 2018, 3:55 AM
This revision was automatically updated to reflect the committed changes.