diff options
author | js <js@pkgsrc.org> | 2020-04-14 22:33:14 +0000 |
---|---|---|
committer | js <js@pkgsrc.org> | 2020-04-14 22:33:14 +0000 |
commit | 49f93ba49ee5371b22970f94f33b4890f65ab157 (patch) | |
tree | 98bdfef23f189c64f31c7576ecb4160c6463e3fb /audio/Makefile | |
parent | 498a692ee927aa1abe136656851c510d68fd55bc (diff) | |
download | pkgsrc-49f93ba49ee5371b22970f94f33b4890f65ab157.tar.gz |
Import audio/alac from wip
A basic decoder for Apple Lossless Audio Codec files.
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 944188bd6f4..1b2c5a4a0b7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.593 2020/04/14 04:36:39 tpaul Exp $ +# $NetBSD: Makefile,v 1.594 2020/04/14 22:33:14 js Exp $ # COMMENT= Audio tools @@ -12,6 +12,7 @@ SUBDIR+= adplay SUBDIR+= adplug SUBDIR+= aeneas SUBDIR+= aiomixer +SUBDIR+= alac SUBDIR+= alacconvert SUBDIR+= alsa-lib SUBDIR+= alsa-plugins-oss |