diff options
author | pav <pav@FreeBSD.org> | 2004-05-06 16:40:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-06 16:40:42 +0800 |
commit | 5b2feeeca230bdb499b7bbcf2025da2981392e84 (patch) | |
tree | 346965faa77bba93776d403839e1dd8cc29a5ef1 /audio/Makefile | |
parent | 4ca916eff7f2635dad73a489367b681f60ac659a (diff) | |
download | freebsd-ports-gnome-5b2feeeca230bdb499b7bbcf2025da2981392e84.tar.gz freebsd-ports-gnome-5b2feeeca230bdb499b7bbcf2025da2981392e84.tar.zst freebsd-ports-gnome-5b2feeeca230bdb499b7bbcf2025da2981392e84.zip |
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 |