diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-28 19:05:27 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-28 19:05:27 +0800 |
commit | 79b55f19e1756864befe7025b145b204b61a226f (patch) | |
tree | d698dd32134d1edd149dd2ac5c29bcc50080b872 /audio/Makefile | |
parent | 613ae557d711213647fe516c2fe3f56e1a52026d (diff) | |
download | freebsd-ports-gnome-79b55f19e1756864befe7025b145b204b61a226f.tar.gz freebsd-ports-gnome-79b55f19e1756864befe7025b145b204b61a226f.tar.zst freebsd-ports-gnome-79b55f19e1756864befe7025b145b204b61a226f.zip |
Add ccaudio - a generic C++ class library for audio files and devices.
PR: 20230
Submitted by: David Sugar <dyfet@gnu.org>
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 59c645c16985..32a2b5e1840f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -7,6 +7,7 @@ SUBDIR += aumix SUBDIR += bladeenc SUBDIR += cam + SUBDIR += ccaudio SUBDIR += cd-console SUBDIR += cd2mp3 SUBDIR += cdd |