1config 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 13 http://icculus.org/SDL_sound/ 14 15if BR2_PACKAGE_SDL_SOUND 16 17config BR2_PACKAGE_SDL_SOUND_PLAYSOUND 18 bool "install playsound tool" 19 help 20 Enable this option to install the playsound/playsound_simple 21 tools to target. 22 23endif 24