diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-21 06:54:59 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-21 06:54:59 +0000 |
commit | 99676f798e74d5156c37641ff07be51e031df95d (patch) | |
tree | bd7a69ae3c31f5aff05364d5e5230a7272997efe /audio/Makefile | |
parent | 1554f6c63dcbe1654953edcae063803d5d862d48 (diff) |
add vsound 0.5
Utility for capturing audio streams from programs with OSS output
PR: 39228
Submitted by: Rahul Siddharthan <rsidd@online.fr>
Notes
Notes:
svn path=/head/; revision=66994
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 e183819bc797..8965218b50fa 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -251,6 +251,7 @@ SUBDIR += tracker SUBDIR += umix SUBDIR += vorbis-tools + SUBDIR += vsound SUBDIR += waveplay SUBDIR += wavplay SUBDIR += wmcdplay |