]> code.delx.au - pulseaudio/commit
Get rid of liboil
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 14 Aug 2009 17:45:39 +0000 (19:45 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 20 Aug 2009 09:31:03 +0000 (11:31 +0200)
commit25724cdd40283a00e6edd9449d0f3cf16823b41b
tree422099ad6e104e6320f33b24628805ac54ed95be
parent591baacba5913de32e6556a71a8300d25addbec4
Get rid of liboil

Get rid of the liboil dependency and reimplement the liboil functions with an
equivalent C implementation. Note that most of these functions are deprecated in
liboil and that none of them had  any optimisations. We can further specialize
our handrolled versions for some extra speedups.
configure.ac
src/daemon/main.c
src/pulsecore/resampler.c
src/pulsecore/sconv-s16le.c
src/pulsecore/sconv.c
src/tests/envelope-test.c
src/tests/mix-test.c
src/tests/remix-test.c
src/tests/resampler-test.c