diff options
author | agc <agc@pkgsrc.org> | 2004-06-20 19:26:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-06-20 19:26:41 +0000 |
commit | 157ae3484b6a0e0f86b1ea1d99f7584a3306d5b9 (patch) | |
tree | 1db75d9d56a2549bed7adead39fe50367ac00a78 | |
parent | 6bbe002c6fd7deef834798d8ae7ab7b57b094abd (diff) | |
download | pkgsrc-157ae3484b6a0e0f86b1ea1d99f7584a3306d5b9.tar.gz |
Add and enable gst-plugins-mad
-rw-r--r-- | multimedia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index e1f01507555..6b24bd756b1 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2004/05/16 02:08:57 xtraeme Exp $ +# $NetBSD: Makefile,v 1.47 2004/06/20 19:26:41 agc Exp $ # COMMENT= Multimedia utilities @@ -21,6 +21,7 @@ SUBDIR+= gst-player SUBDIR+= gst-plugins SUBDIR+= gst-plugins-dvdnav SUBDIR+= gst-plugins-dvdread +SUBDIR+= gst-plugins-mad SUBDIR+= gst-plugins-mpeg2dec SUBDIR+= gst-plugins-ogg SUBDIR+= gst-plugins-theora |