buildroot/package/sdl2_mixer/Config.in
Francois Perrad cc8b020e45 sdl2_mixer: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas: add entry in DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-05-31 23:13:05 +02:00

12 lines
408 B
Plaintext

config BR2_PACKAGE_SDL2_MIXER
bool "sdl2_mixer"
depends on BR2_PACKAGE_SDL2
help
SDL_mixer is a sample multi-channel audio mixer library. It
supports any number of simultaneously playing channels of 16
bit stereo audio, plus a single channel of music, mixed by
the popular FLAC, MikMod MOD, Timidity MIDI, Ogg Vorbis, and
SMPEG MP3 libraries.
http://www.libsdl.org/projects/SDL_mixer/