diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:44:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:44:37 +0000 |
commit | aced8531bc8ad769a71a9b92365f6dd677229d8f (patch) | |
tree | 2b8f045c52f4e7bc5c3db741f888a40ec79bbfc4 | |
parent | 9607739ee00670571ef88163651433616811dcfd (diff) | |
download | pkgsrc-aced8531bc8ad769a71a9b92365f6dd677229d8f.tar.gz |
Add and enable gst-plugins-{esound,lame,mad,ogg,oss,vorbis}.
-rw-r--r-- | audio/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 907b773ae3b..33e0c007c34 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.219 2004/04/05 11:47:55 xtraeme Exp $ +# $NetBSD: Makefile,v 1.220 2004/04/06 09:44:37 jmmv Exp $ # COMMENT= Audio tools @@ -73,6 +73,12 @@ SUBDIR+= gogo SUBDIR+= gqmpeg SUBDIR+= gqmpeg-skins SUBDIR+= gsm +SUBDIR+= gst-plugins-esound +SUBDIR+= gst-plugins-lame +SUBDIR+= gst-plugins-mad +SUBDIR+= gst-plugins-ogg +SUBDIR+= gst-plugins-oss +SUBDIR+= gst-plugins-vorbis SUBDIR+= gtkmserv SUBDIR+= guspatches SUBDIR+= icecast |