6da19853e04d40b8f16403a540dfccab13cf1e02
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / sdl_sound / Config.in
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
13           http://icculus.org/SDL_sound/
14
15 if BR2_PACKAGE_SDL_SOUND
16
17 config 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
23 endif