Config.in 660 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_SDL_MIXER
  2. bool "SDL_mixer"
  3. depends on BR2_PACKAGE_SDL
  4. help
  5. SDL_mixer is a sample multi-channel audio mixer library.
  6. It supports any number of simultaneously playing channels of
  7. 16 bit stereo audio, plus a single channel of music, mixed
  8. by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and
  9. SMPEG MP3 libraries.
  10. http://www.libsdl.org/projects/SDL_mixer/
  11. if BR2_PACKAGE_SDL_MIXER
  12. config BR2_PACKAGE_SDL_MIXER_MIDI_TIMIDITY
  13. bool "MIDI support with built-in Timidity synth"
  14. help
  15. Support MIDI audio using the built-in synth based on Timidity.
  16. You will need MIDI instruments installed in the filesystem.
  17. endif