mirror of https://github.com/wb2osz/direwolf.git
Fix OSS audio broken when adding multiple audio devices in version 1.2.
This commit is contained in:
parent
2424812883
commit
0c496541e5
4
audio.c
4
audio.c
|
@ -79,6 +79,7 @@
|
||||||
#if USE_ALSA
|
#if USE_ALSA
|
||||||
#include <alsa/asoundlib.h>
|
#include <alsa/asoundlib.h>
|
||||||
#else
|
#else
|
||||||
|
#include <errno.h>
|
||||||
#ifdef __OpenBSD__
|
#ifdef __OpenBSD__
|
||||||
#include <soundcard.h>
|
#include <soundcard.h>
|
||||||
#else
|
#else
|
||||||
|
@ -86,9 +87,6 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
|
||||||
#include <errno.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "direwolf.h"
|
#include "direwolf.h"
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
|
|
Loading…
Reference in New Issue