diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-02-14 22:54:45 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-02-14 22:54:45 +0000 |
commit | c8e8bf4b904c61d2ab82f7c8da9635391b4964ed (patch) | |
tree | 539f3efe941bb285fe50c8d7e4757b97ea6f2260 /audio/Makefile | |
parent | Update to 2.07 (diff) |
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication. It's meant to close the gap between
Vorbis and Speex for applications where both high quality audio
and low delay are desired.
WWW: http://www.celt-codec.org/
Notes
Notes:
svn path=/head/; revision=228338
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 f3aa10729ad2..b17226572d04 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -90,6 +90,7 @@ SUBDIR += cdparanoia SUBDIR += cdplay SUBDIR += cdplayer.app + SUBDIR += celt SUBDIR += checkmate SUBDIR += cheesetracker SUBDIR += chordpack |