Config.in 663 B

12345678910111213141516171819
  1. config BR2_PACKAGE_SDL_SOUND
  2. bool "SDL_sound"
  3. depends on BR2_PACKAGE_SDL
  4. help
  5. SDL_sound is a library that handles the decoding of several
  6. popular sound file formats, such as .WAV and .MP3.
  7. It is meant to make the programmer's sound playback tasks
  8. simpler. The programmer gives SDL_sound a filename, or feeds
  9. it data directly from one of many sources, and then reads the
  10. decoded waveform data back at her leisure.
  11. http://icculus.org/SDL_sound/
  12. config BR2_PACKAGE_SDL_SOUND_PLAYSOUND
  13. bool "install playsound tool"
  14. depends on BR2_PACKAGE_SDL_SOUND
  15. help
  16. Enable this option to install the playsound/playsound_simple
  17. tools to target.