diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-05-22 04:42:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-05-22 04:42:32 +0000 |
commit | d38d75133ae104aa976990329feebb6ed291cfe9 (patch) | |
tree | a7b9854cbcd72d4735f54817e46e39d94e9ea254 /audio/Makefile | |
parent | 43cc26ad977af5d5c13e9d98b35f3c92f88213ed (diff) | |
download | ports-d38d75133ae104aa976990329feebb6ed291cfe9.tar.gz ports-d38d75133ae104aa976990329feebb6ed291cfe9.zip |
The Bauer stereophonic-to-binaural DSP (bs2b) is designed
to improve headphone listening of stereo audio records.
WWW: http://bs2b.sourceforge.net/
PR: ports/146814
Submitted by: SimaMoto,RyoTa <liangtai.s4 at gmail.com>
Notes
Notes:
svn path=/head/; revision=254785
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 dc14298f4c8a..3362514614c6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -344,6 +344,7 @@ SUBDIR += libao SUBDIR += libaudiofile SUBDIR += libbpm + SUBDIR += libbs2b SUBDIR += libcanberra SUBDIR += libcdaudio SUBDIR += libcddb |