From e6a75075b22d8e620dc9645cc9cd1fa50bf45f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Tue, 2 Nov 2021 23:17:40 +0200 Subject: ao_oss: define PATH_DEV_MIXER as it is an internal define This fixes a mismatch between configure working and build time failing with Linux + OSSv4, enabling compilation on Debian based Linux systems with the oss4-dev package. Fixes #9378 --- audio/out/ao_oss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/out/ao_oss.c b/audio/out/ao_oss.c index 11b182e52d..3f85774d02 100644 --- a/audio/out/ao_oss.c +++ b/audio/out/ao_oss.c @@ -49,6 +49,7 @@ #endif #define PATH_DEV_DSP "/dev/dsp" +#define PATH_DEV_MIXER "/dev/mixer" struct priv { int dsp_fd; -- cgit v1.2.3