diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-02 21:15:11 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-02 21:15:11 +0000 |
commit | b2aa1c9be4d8b1779fa5f76b71531e6668e1bd85 (patch) | |
tree | f0fbf4e5ae9bfdc1d1429f34c7903e021ac8fba5 /audio/Makefile | |
parent | ed5b75356ab2cb6e3eec9691867830655463c309 (diff) |
Add new port of libvorbis, a library for handling Vorbis-encoded
Ogg streams.
PR: 22097
Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Notes
Notes:
svn path=/head/; revision=34669
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 6575b193bee9..8465b45771cb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -81,6 +81,7 @@ SUBDIR += libogg SUBDIR += libshout SUBDIR += libsidplay + SUBDIR += libvorbis SUBDIR += libworkman SUBDIR += linux-realplayer SUBDIR += lopster |