diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-25 16:41:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-25 16:41:49 +0800 |
commit | c352a07c7aea5c4f79516274534c95b7b7be0e93 (patch) | |
tree | 7a5e5ac38da27dab1f2fda79bc5a254e5550bd4f /audio/Makefile | |
parent | 9a17eb8349a37f7986992311218159efd9058303 (diff) | |
download | freebsd-ports-gnome-c352a07c7aea5c4f79516274534c95b7b7be0e93.tar.gz freebsd-ports-gnome-c352a07c7aea5c4f79516274534c95b7b7be0e93.tar.zst freebsd-ports-gnome-c352a07c7aea5c4f79516274534c95b7b7be0e93.zip |
Add libtremor, an integer-only fully Vorbis compliant software decoder library.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
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 4dc3f54139ba..49d512b1ff43 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -161,6 +161,7 @@ SUBDIR += libsidplay SUBDIR += libsidplay2 SUBDIR += libsndfile + SUBDIR += libtremor SUBDIR += libvorbis SUBDIR += libworkman SUBDIR += linux-arts |