diff options
author | markd <markd@pkgsrc.org> | 2016-02-08 01:54:33 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2016-02-08 01:54:33 +0000 |
commit | fb0a172b9d755a2fbba23b55f9c218bfedbecfca (patch) | |
tree | 8eacf9c7252cf6a3c75e502b58a870e737e0ecdb /audio | |
parent | cf14651fc19f142c9b59332da4bd91455b2f8f1f (diff) | |
download | pkgsrc-fb0a172b9d755a2fbba23b55f9c218bfedbecfca.tar.gz |
Add openal-soft
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 58e5c1b4d6a..3b1318a8009 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.528 2016/01/15 07:54:49 wiz Exp $ +# $NetBSD: Makefile,v 1.529 2016/02/08 01:54:33 markd Exp $ # COMMENT= Audio tools @@ -347,6 +347,7 @@ SUBDIR+= nspmod SUBDIR+= ocp SUBDIR+= oggasm SUBDIR+= openal +SUBDIR+= openal-soft SUBDIR+= opencore-amr SUBDIR+= opus-tools SUBDIR+= opusfile |