mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
NOT OpenBSD
This commit is contained in:
parent
ff245eceb5
commit
407fb1a7dd
@ -59,7 +59,7 @@
|
|||||||
static void weighting_filter(int16_t x[40],
|
static void weighting_filter(int16_t x[40],
|
||||||
const int16_t *e) // signal [-5..0.39.44] IN)
|
const int16_t *e) // signal [-5..0.39.44] IN)
|
||||||
{
|
{
|
||||||
#if defined(__GNUC__) && defined(SPANDSP_USE_MMX) && defined(__x86_64__)
|
#if defined(__GNUC__) && defined(SPANDSP_USE_MMX) && defined(__x86_64__) && !defined(__OpenBSD__)
|
||||||
/* Table 4.4 Coefficients of the weighting filter */
|
/* Table 4.4 Coefficients of the weighting filter */
|
||||||
/* This must be padded to a multiple of 4 for MMX to work */
|
/* This must be padded to a multiple of 4 for MMX to work */
|
||||||
static const union
|
static const union
|
||||||
|
Loading…
x
Reference in New Issue
Block a user