diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-02 04:40:45 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-02 04:40:45 +0000 |
commit | aa1d52749cc4337d23e83586713eb9425da06bbc (patch) | |
tree | 86f2e3ed641ecffbb94dca4427db837ca60b2998 /audio/Makefile | |
parent | . Update to 1.02.023. (diff) |
- add twolame
TwoLAME is an optimized MPEG Audio Layer 2 encoder
It is based heavily on:
- tooLAME by Michael Cheng
- the ISO dist10 code
- improvement to algorithms as part of the LAME project (lame.sf.net)
WWW: http://twolame.sf.net/
Notes
Notes:
svn path=/head/; revision=134478
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 3c5c4dfe9a34..983222e9f429 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -460,6 +460,7 @@ SUBDIR += tta SUBDIR += tuneradio SUBDIR += tunesbrowser + SUBDIR += twolame SUBDIR += ufmcontrol-i18n SUBDIR += umix SUBDIR += vorbis-tools |