Config.in 713 B

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