summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-01 19:16:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-01 19:16:24 +0000
commitab885c68d45ffd842196ff45cea031166ab135b3 (patch)
tree5e5c60ce15af76b88ab508dbebbb2dc5764a3153 /audio/Makefile
parent- Fix build on 5.x alpha (diff)
Add libcddb, a library that implements the different protocols (CDDBP,
HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It tries to be as cross-platform as possible. The initial libary will have a C API. PR: ports/63576 Submitted by: michael johnson <ahze@ahze.net>
Notes
Notes: svn path=/head/; revision=102671
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 05ae0f0d2e7c..d4af165b25be 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -150,6 +150,7 @@
SUBDIR += libao
SUBDIR += libaudiofile
SUBDIR += libcdaudio
+ SUBDIR += libcddb
SUBDIR += libid3tag
SUBDIR += libmad
SUBDIR += libmikmod