diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-15 04:04:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-15 04:04:29 +0000 |
commit | 8ad00b5c4a544d1f06a5ba77f024dee9169e42db (patch) | |
tree | 64693fa7d6d37175a7b82cb429356968357f0813 /audio/Makefile | |
parent | 26be6649fe1ae8abe1f7b44b34adf2d309547115 (diff) |
Add shout, a program that sends mp3 streams to icecast/shoutcast servers.
Requested/prodded by: Kevin Bockman <kevin@puis.net> (now MAINTAINER)
Notes
Notes:
svn path=/head/; revision=29606
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 735a18342242..8394acbae63f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -79,6 +79,7 @@ SUBDIR += s3mod SUBDIR += sdl_mixer SUBDIR += shorten + SUBDIR += shout SUBDIR += sidplay SUBDIR += snowstar SUBDIR += soundtracker |