diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-15 20:58:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-15 20:58:11 +0000 |
commit | dc8066999f568f835bf1b8c265b788f3209a9ce1 (patch) | |
tree | 507e8bde2803e950f0c202f98aea9ad2320da4e7 | |
parent | 8001bda8b464b98cd03f3efe1f6c5e6552613ac8 (diff) | |
download | pkgsrc-dc8066999f568f835bf1b8c265b788f3209a9ce1.tar.gz |
add and enable libao, libogg, libvorbis, and vorbis-tools.
-rw-r--r-- | audio/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 49dd965d5e4..2dbdd16150e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2001/03/14 16:25:17 skrll Exp $ +# $NetBSD: Makefile,v 1.88 2001/03/15 20:58:11 wiz Exp $ # COMMENT= Audio tools @@ -62,10 +62,13 @@ SUBDIR+= kdemultimedia2 SUBDIR+= krio SUBDIR+= lame SUBDIR+= libac3 +SUBDIR+= libao SUBDIR+= libaudiofile SUBDIR+= libcdaudio SUBDIR+= libmikmod +SUBDIR+= libogg SUBDIR+= libsidplay +SUBDIR+= libvorbis SUBDIR+= liveice SUBDIR+= madplay SUBDIR+= maplay @@ -95,6 +98,7 @@ SUBDIR+= timidity SUBDIR+= tosha SUBDIR+= tracker SUBDIR+= vorbis +SUBDIR+= vorbis-tools SUBDIR+= wmmixer SUBDIR+= wsoundprefs SUBDIR+= wsoundserver |