summaryrefslogtreecommitdiffstats
path: root/rules/sdl2-mixer.in
blob: 0b4d2aeba126f087a09dda50b3d45a9dccb50259 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=multimedia_sdl

config SDL2_MIXER
	tristate
	select SDL2
	prompt "SDL2 mixer"
	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, in FLAC, Ogg Vorbis, MP3, MOD, and MIDI
	  formats.