aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/audio/mixeng.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ioemu/audio/mixeng.c')
-rw-r--r--tools/ioemu/audio/mixeng.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ioemu/audio/mixeng.c b/tools/ioemu/audio/mixeng.c
index 6308d41004..74f79958a3 100644
--- a/tools/ioemu/audio/mixeng.c
+++ b/tools/ioemu/audio/mixeng.c
@@ -102,6 +102,7 @@
#undef SHIFT
t_sample *mixeng_conv[2][2][2][2] = {
+#ifndef _BSD
{
{
{
@@ -146,9 +147,11 @@ t_sample *mixeng_conv[2][2][2][2] = {
}
}
}
+#endif /* !_BSD */
};
f_sample *mixeng_clip[2][2][2][2] = {
+#ifndef _BSD
{
{
{
@@ -193,6 +196,7 @@ f_sample *mixeng_clip[2][2][2][2] = {
}
}
}
+#endif /* !_BSD */
};
/*