Config.in 408 B

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