diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 16:08:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 16:08:03 +0000 |
commit | 701aa2936d523b34611572c52cb465a6fb70058c (patch) | |
tree | 106138dd611ef0b8334df41c6a99c17569dc5774 /audio | |
parent | 99d3c047773e1ee5f4ad2d744558f3fdba1984cc (diff) | |
download | pkgsrc-701aa2936d523b34611572c52cb465a6fb70058c.tar.gz |
Add and enable Speex.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 8cd43bbb37a..5848126510b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.157 2002/10/02 20:34:54 jlam Exp $ +# $NetBSD: Makefile,v 1.158 2002/10/13 16:08:03 wiz Exp $ # COMMENT= Audio tools SUBDIR+= SDL-mixer +SUBDIR+= Speex SUBDIR+= abcde SUBDIR+= amp SUBDIR+= arts |