summaryrefslogtreecommitdiffstats
path: root/package/sdl_mixer/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-07 13:31:33 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-07 13:31:33 +0000
commit6be5cb76b98091bc5623eb33776da94ce4715313 (patch)
treed5cbaffebfc4bfac2c3ab148037819ca38fc9213 /package/sdl_mixer/Config.in
parent5f6726bdfdb141c1a5a750bc4180568601bd07c1 (diff)
downloadbuildroot-novena-6be5cb76b98091bc5623eb33776da94ce4715313.tar.gz
buildroot-novena-6be5cb76b98091bc5623eb33776da94ce4715313.zip
buildroot: SDL_mixer package
Based on patch from Hebbar.
Diffstat (limited to 'package/sdl_mixer/Config.in')
-rw-r--r--package/sdl_mixer/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/sdl_mixer/Config.in b/package/sdl_mixer/Config.in
new file mode 100644
index 000000000..2cc1457a7
--- /dev/null
+++ b/package/sdl_mixer/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_SDL_MIXER
+ bool "SDL_mixer"
+ default n
+ help
+
+ SDL_mixer is a sample multi-channel audio mixer library.
+ It supports any number of simultaneously playing channels of
+ 16 bit stereo audio, plus a single channel of music, mixed
+ by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and
+ SMPEG MP3 libraries.
+
+ http://www.libsdl.org/projects/SDL_mixer/