diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-06 08:40:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-06 08:40:42 +0000 |
commit | f02510d99cebfbc06ad4e5d5e72d009b47b020ee (patch) | |
tree | edb60328616345a33f8317125f1585c26bd8986e /audio/Makefile | |
parent | Update to latest version (previous version became unfetchable) (diff) |
Add faac, an AAC audio encoder. FAAC currently supports MPEG-4 LTP,
MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types.
It also supports multichannel and gapless encoding.
WWW: http://faac.sourceforge.net/
PR: ports/66303
Submitted by: michael johnson <ahze@ahze.net>
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 57b239a9cd2c..2af5ea82abdb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -73,6 +73,7 @@ SUBDIR += esound SUBDIR += etktab SUBDIR += extace + SUBDIR += faac SUBDIR += faad SUBDIR += fcplay SUBDIR += festdoc |