diff options
author | adam <adam> | 2003-07-10 08:48:16 +0000 |
---|---|---|
committer | adam <adam> | 2003-07-10 08:48:16 +0000 |
commit | 431f3f6434d4d41d7349330a9cffd22f257086aa (patch) | |
tree | b716d6e11c8647e028c634f5f73b394491af7376 /audio | |
parent | 4157a05ade62decee692aa07ffa70a22f0415597 (diff) | |
download | pkgsrc-431f3f6434d4d41d7349330a9cffd22f257086aa.tar.gz |
Added libmad, libid3tag, madplay
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index dd226f31a55..9769aed96c7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.174 2003/07/03 08:32:53 agc Exp $ +# $NetBSD: Makefile,v 1.175 2003/07/10 08:48:16 adam Exp $ # COMMENT= Audio tools @@ -89,6 +89,8 @@ SUBDIR+= libao-arts SUBDIR+= libao-esound SUBDIR+= libaudiofile SUBDIR+= libcdaudio +SUBDIR+= libid3tag +SUBDIR+= libmad SUBDIR+= libmikmod SUBDIR+= libogg SUBDIR+= libsamplerate @@ -98,6 +100,7 @@ SUBDIR+= libvorbis SUBDIR+= liveice SUBDIR+= mad SUBDIR+= mad123 +SUBDIR+= madplay SUBDIR+= maplay SUBDIR+= mbrola SUBDIR+= mbrolavox-en1 |