diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 06:39:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 06:39:06 +0000 |
commit | cb49d38bf0f0ade310129407ac8288a63924516c (patch) | |
tree | dcf65896f8fa20dd9e9debbc9b6feaad736312c7 /audio/Makefile | |
parent | be44476452f6b963ea0c30867cda846e47cbc24b (diff) |
Add the xmms-liveice port.
This port installs a plugin for xmms that allows you to use xmms
for streaming music (or whatever) to icecast servers. Multiple bitrate
streams and title streaming is not supported.
PR: 16506
Submitted by: Espen Skoglund <esk@ira.uka.de>
Notes
Notes:
svn path=/head/; revision=25636
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 09e607383bc2..0ec39f977835 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -104,6 +104,7 @@ SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms + SUBDIR += xmms-liveice SUBDIR += xmms-mikmod SUBDIR += xmp SUBDIR += xmpeg3 |