diff options
author | seb <seb> | 2004-08-26 13:36:13 +0000 |
---|---|---|
committer | seb <seb> | 2004-08-26 13:36:13 +0000 |
commit | 588ae094f652e3a96f859acd90ca462f4ed6a98a (patch) | |
tree | af4805349f5bf1fa5af7b9c8d9241d9c974a7455 | |
parent | 3d6582b5a5dc5259dbae5e4e6b126a3d3199b1aa (diff) | |
download | pkgsrc-588ae094f652e3a96f859acd90ca462f4ed6a98a.tar.gz |
Add & enable gst-plugins-faad.
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 08bc43e7641..eb51cec5bcf 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.249 2004/08/21 11:19:45 markd Exp $ +# $NetBSD: Makefile,v 1.250 2004/08/26 13:36:13 seb Exp $ # COMMENT= Audio tools @@ -84,6 +84,7 @@ SUBDIR+= gsm SUBDIR+= gst-plugins-artsd SUBDIR+= gst-plugins-cdparanoia SUBDIR+= gst-plugins-esound +SUBDIR+= gst-plugins-faad SUBDIR+= gst-plugins-flac SUBDIR+= gst-plugins-lame SUBDIR+= gst-plugins-mad |