resample: use right define to compile sse functions

See #220
This commit is contained in:
Wim Taymans 2020-04-14 20:29:27 +02:00
parent b09caaadc0
commit e73431d541

View file

@ -34,7 +34,7 @@ struct peaks_data {
float max_f[0];
};
#if defined (__SSE__)
#if defined (HAVE_SSE)
void resample_peaks_process_sse(struct resample *r,
const void * SPA_RESTRICT src[], uint32_t *in_len,
void * SPA_RESTRICT dst[], uint32_t *out_len);