diff options
author | jmmv <jmmv> | 2004-04-06 09:44:37 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-04-06 09:44:37 +0000 |
commit | 93d6d0602810c69cd2de7b61d1a6a81e3cb0a9e8 (patch) | |
tree | 2b8f045c52f4e7bc5c3db741f888a40ec79bbfc4 /audio | |
parent | bdf6aa96686629a7d59f48141b2958df8694a993 (diff) | |
download | pkgsrc-93d6d0602810c69cd2de7b61d1a6a81e3cb0a9e8.tar.gz |
Add and enable gst-plugins-{esound,lame,mad,ogg,oss,vorbis}.
Diffstat (limited to 'audio')
-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 |