aboutsummaryrefslogtreecommitdiff
path: root/libraries/SDL2_sound/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2023-04-09 02:49:28 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-15 07:15:21 +0700
commit927dc5d94fd85df98ad96fa911653c4deaf0e64d (patch)
tree9e8c351270e0e430bed0ad2bda3d4efc3e6c6130 /libraries/SDL2_sound/README
parentf7525cd724c4c8afda31ba9b36aa6077bd7455ea (diff)
libraries/SDL2_sound: Added (a sound library add-on for SDL2)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/SDL2_sound/README')
-rw-r--r--libraries/SDL2_sound/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/SDL2_sound/README b/libraries/SDL2_sound/README
new file mode 100644
index 0000000000000..79c625f1743fc
--- /dev/null
+++ b/libraries/SDL2_sound/README
@@ -0,0 +1,3 @@
+SDL_sound is a library that handles the decoding of several popular
+sound file formats, such as .WAV and .MP3.
+This is the SDL2 build, as SDL_sound for SDL1 is in base Slackware.