summaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-14 16:22:32 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-14 16:22:32 +0000
commit30a2ddae5bc580f028e9e3bf9158090dca8e9969 (patch)
tree9383685553373189c1dde759d420c3a39aef8a98 /audio/Makefile
parentSince some of the latest updates the option for the "beastie" start button (diff)
Add port audio/libaiff:
LibAiff is a library for C applications, providing transparent read and write operations for Audio Interchange File Format files. With LibAiff your application can easily use the Audio IFF format to interchange digital audio. LibAiff wants to implement all the features of the AIFF 1.3 standard, including markers, comments, etc. This version of LibAiff supports the following features: * Reading any valid Audio IFF file. * Writing a valid Audio IFF file. * Reading a compressed AIFF Compressed (AIFC) file with audio encoded in Linear PCM, both big-endian and little-endian. * Read & write samples in all formats supported by the Audio IFF standard. * Convert any sample format to and from 32 bits. * Getting and setting all the AIFF Attributes. * Reading and writing markers to positions on the sound. * Reading instrument data from AIFF files. WWW: http://aifftools.sourceforge.net/libaiff/
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 82a604b20580..cd5cacdb5291 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -292,6 +292,7 @@
SUBDIR += liba52
SUBDIR += liba52-devel
SUBDIR += libadplug
+ SUBDIR += libaiff
SUBDIR += libao
SUBDIR += libaudiofile
SUBDIR += libcdaudio