Add libzita-resampler as lib
authorRobin Gareus <robin@gareus.org>
Sat, 16 Sep 2017 13:34:11 +0000 (15:34 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 16 Sep 2017 16:31:54 +0000 (18:31 +0200)
commiteb71eddbc81f868343764bcf6383d590b67600dd
tree91838664c5484fdff7b9b6acd1ee2844282d2465
parentf53cec1d8fad264fdbc4ecd0e444715d2440c0b9
Add libzita-resampler as lib

This simplifies x-compiling and x-platform builds as well
allows to statically link, if needed.
libs/zita-resampler/cresampler.cc [new file with mode: 0644]
libs/zita-resampler/resampler-table.cc [new file with mode: 0644]
libs/zita-resampler/resampler.cc [new file with mode: 0644]
libs/zita-resampler/vresampler.cc [new file with mode: 0644]
libs/zita-resampler/wscript [new file with mode: 0644]
libs/zita-resampler/zita-resampler/cresampler.h [new file with mode: 0644]
libs/zita-resampler/zita-resampler/resampler-table.h [new file with mode: 0644]
libs/zita-resampler/zita-resampler/resampler.h [new file with mode: 0644]
libs/zita-resampler/zita-resampler/vresampler.h [new file with mode: 0644]
libs/zita-resampler/zita-resampler/zresampler_visibility.h [new file with mode: 0644]
wscript