diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-08 07:57:21 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-08 07:57:21 +0000 |
commit | c6f554d2265c5313c00d4a1683c42d5acea05bce (patch) | |
tree | f309cd7ff9fa2eced1325f8486142fee825d8e16 /audio/Makefile | |
parent | Add missing category 'print' (diff) |
Add audio/alac
Basic decoder for Apple Lossless Audio Codec files (ALAC)
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index d61d86b5a560..2c18852bd0a6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -11,6 +11,7 @@ SUBDIR += ac3dec SUBDIR += adpcm SUBDIR += afsp + SUBDIR += alac SUBDIR += alienwah SUBDIR += alsaplayer SUBDIR += amarok |