mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
parent
b09caaadc0
commit
e73431d541
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ struct peaks_data {
|
||||||
float max_f[0];
|
float max_f[0];
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined (__SSE__)
|
#if defined (HAVE_SSE)
|
||||||
void resample_peaks_process_sse(struct resample *r,
|
void resample_peaks_process_sse(struct resample *r,
|
||||||
const void * SPA_RESTRICT src[], uint32_t *in_len,
|
const void * SPA_RESTRICT src[], uint32_t *in_len,
|
||||||
void * SPA_RESTRICT dst[], uint32_t *out_len);
|
void * SPA_RESTRICT dst[], uint32_t *out_len);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue