audiorsample: Fix build on 32-bit x86
authorArun Raghavan <arun@osg.samsung.com>
Thu, 29 Sep 2016 14:15:16 +0000 (19:45 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 29 Sep 2016 14:15:16 +0000 (19:45 +0530)
commita1ae17ef69251f33e427bd96dbefa6ac5e723059
tree7f04d054361f6866cc58e47839e62ad8a82beb37
parent4b5f78337a54130f20efc454f48646f507847644
audiorsample: Fix build on 32-bit x86

Turns out _mm_cvtsi128_si64() isn't available on 32-bit, so only build
SSE 4.1 optimisations on x86-64 for now.
gst-libs/gst/audio/audio-resampler-x86-sse41.c
gst-libs/gst/audio/audio-resampler-x86.h