Difference between revisions of "Wavpack"

From CBLFS
Jump to navigationJump to search
m
 
Line 19: Line 19:
  
 
  make install
 
  make install
 +
 +
[[Category:Media Libraries]]

Latest revision as of 16:33, 19 March 2009

Download Source: http://wavpack.com/wavpack-4.50.1.tar.bz2

Introduction to Wavpack

WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode.

Project Homepage: http://www.wavpack.com/

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install