diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-07-06 11:29:13 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-07-06 11:29:13 +0000 |
commit | 84641a60c1c4940d3bd4764affb8f35747cbb82b (patch) | |
tree | 50f6387f47f85f38d76e23b313f79f0a71bc4c6c /audio/Makefile | |
parent | Forgot to commit this earlier. Now the koffice-i18n ports should work, too. (diff) |
Add wavpack.
Wavepack is a completely open audio compression format providing lossless,
high-quality lossy, and a unique hybrid compression mode.
In the default lossless mode no original information is lost, so there is no
change of degradation. Compression in this mode is between 30% an 70%.
For more info see the website http://www.wavpack.com
Notes
Notes:
svn path=/head/; revision=138576
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 268dfb604a17..bd650da25a95 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -478,6 +478,7 @@ SUBDIR += vsound SUBDIR += wavbreaker SUBDIR += waveplay + SUBDIR += wavpack SUBDIR += wavplay SUBDIR += wmalbum SUBDIR += wmcdplay |