diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-12 06:40:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-12 06:40:33 +0000 |
commit | dacbdcc7a4521e23081b3382724e7b692f59faee (patch) | |
tree | 0c2f634aee275b04445f8edaf05f5da4da056b6a /audio/Makefile | |
parent | feea9d153b09c7065dfda995ed3b9d9846232f3a (diff) | |
download | pkgsrc-dacbdcc7a4521e23081b3382724e7b692f59faee.tar.gz |
+ opusfile.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index ee75363c072..a642da498be 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.500 2014/03/13 07:16:23 jnemeth Exp $ +# $NetBSD: Makefile,v 1.501 2014/04/12 06:40:33 wiz Exp $ # COMMENT= Audio tools @@ -337,6 +337,7 @@ SUBDIR+= oggasm SUBDIR+= openal SUBDIR+= opencore-amr SUBDIR+= opus-tools +SUBDIR+= opusfile SUBDIR+= p5-Audio-CD SUBDIR+= p5-Audio-Scan SUBDIR+= p5-Audio-Wav |