audioresample: use SSE/SSE2 when possible
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 11 Aug 2011 14:54:15 +0000 (15:54 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 12 Aug 2011 07:55:11 +0000 (09:55 +0200)
commit746415a6e3a40d4d688aa25bcbb7062b54dfd4a8
tree0e8ad75b2414438d917668fc82a77252968683ed
parent58fd202b7d5cb0e734713be153cca63330ba87e0
audioresample: use SSE/SSE2 when possible

Compile in the code on i386 and x86_64, and use ORC to determine
when the runtime platform can run the code.

https://bugzilla.gnome.org/show_bug.cgi?id=636562
configure.ac
gst/audioresample/resample.c
gst/audioresample/resample_sse.h
gst/audioresample/speex_resampler_double.c
gst/audioresample/speex_resampler_float.c