1 config BR2_PACKAGE_SDL_SOUND
3 depends on BR2_PACKAGE_SDL
4 select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
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.
13 http://icculus.org/SDL_sound/
15 if BR2_PACKAGE_SDL_SOUND
17 config BR2_PACKAGE_SDL_SOUND_PLAYSOUND
18 bool "install playsound tool"
20 Enable this option to install the playsound/playsound_simple