diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-20 16:33:12 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-20 16:33:12 +0000 |
commit | 860706c4238b3ed4e29d6a519a240119fca05cb1 (patch) | |
tree | 6c575e82b0a454d6cba81242aeb5bb7876d25bee /audio/Makefile | |
parent | 779c50f3976e0465afdb0d10d4f8508aa6fbbad8 (diff) | |
download | ports-860706c4238b3ed4e29d6a519a240119fca05cb1.tar.gz ports-860706c4238b3ed4e29d6a519a240119fca05cb1.zip |
Laudio is a port of La, a free lossless audio codec written by
Michael Bevin. It is not opensource, but versions are available
for Windows and Linux. Currently (October 2005) it has the best
compression ratio available.
WWW: http://www.lossless-audio.com/
PR: ports/87668
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Notes
Notes:
svn path=/head/; revision=145949
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 f4622e94cac2..4f9320b521b9 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -237,6 +237,7 @@ SUBDIR += ksmp3play SUBDIR += ladspa SUBDIR += lame + SUBDIR += laudio SUBDIR += liba52 SUBDIR += libadplug SUBDIR += libao |