blob: 4637d825c08d203701fd291c32d849b4833ae238 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
https://github.com/kinetiknz/cubeb/commit/3ab507569153
diff --git a/src/cubeb_sndio.c b/src/cubeb_sndio.c
index 4a05bd84..34b3513d 100644
--- media/libcubeb/src/cubeb_sndio.c
+++ media/libcubeb/src/cubeb_sndio.c
@@ -128,7 +128,7 @@ s16_to_float(void *ptr, long nsamp)
static const char *
sndio_get_device()
{
-#ifndef __OpenBSD__
+#ifdef __linux__
/*
* On other platforms default to sndio devices,
* so cubebs other backends can be used instead.
|