diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-07 17:15:03 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-07 17:15:03 +0000 |
commit | 102b8c19512cab6a1005a98d45a9dc3631e83556 (patch) | |
tree | db997fe19d5aef5ed3584bdb6dbfd0fbe3955c90 /audio/Makefile | |
parent | a500b8cdd1955375822ee5a246f860aea3d72dec (diff) |
Add libshout, a library providing routines for connecting and transmitting
data to/from an icecast server.
PR: 19079
Submitted by: Zach Zurflu <zach@pabst.bendnet.com>
Notes
Notes:
svn path=/head/; revision=29326
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index d0d9cb269658..ba5feb13d65f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -42,6 +42,7 @@ SUBDIR += libaudiofile SUBDIR += libcdaudio SUBDIR += libmikmod + SUBDIR += libshout SUBDIR += libworkman SUBDIR += linux-realplayer SUBDIR += maplay |