diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2016-01-06 18:08:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 07:12:22 +0700 |
commit | a8165809c78690a577c91c60d77e1eb93eaa0387 (patch) | |
tree | 144f625b8f20ef4fc5fc7426dfe3787fcb3054c4 /libraries/SDL2_mixer/README | |
parent | 111362d71f2439a3783cf611ea3b6058a86f3885 (diff) | |
download | slackbuilds-a8165809c78690a577c91c60d77e1eb93eaa0387.tar.gz |
libraries/SDL2_mixer: Updated for version 2.0.1 (from Development).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/SDL2_mixer/README')
-rw-r--r-- | libraries/SDL2_mixer/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/SDL2_mixer/README b/libraries/SDL2_mixer/README new file mode 100644 index 0000000000..40553085c7 --- /dev/null +++ b/libraries/SDL2_mixer/README @@ -0,0 +1,11 @@ +SDL2_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. + +It is safe to install alongside Slackware's SDL libraries. + +Optional dependencies are: + +* libmodplug (for MOD support) +* fluidsynth or TiMidity++ (for MIDI suport) +* smpeg2 (for MP3 support, not available on SBo) |