Prevent inlining of the StereoVolumeControlSSE_impl::calculateBlock method

This resolves FTBFS with GCC7

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 7 years ago
parent 87a6b9bc05
commit 81449b86f6

@ -71,7 +71,7 @@ public:
void percent(float p) { mPercent=p; }
float percent() { return mPercent; }
void calculateBlock(unsigned long samples)
void calculateBlock(unsigned long samples) __attribute__((noinline))
{
#ifdef HAVE_X86_SSE
float *left=inleft;

Loading…
Cancel
Save