mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Disable the audioio backend on OpenBSD.
This commit is contained in:
@@ -1145,7 +1145,7 @@ void mal_pcm_convert(void* pOut, mal_format formatOut, const void* pIn, mal_form
|
|||||||
#if defined(MAL_ANDROID)
|
#if defined(MAL_ANDROID)
|
||||||
#define MAL_SUPPORT_OPENSL
|
#define MAL_SUPPORT_OPENSL
|
||||||
#endif
|
#endif
|
||||||
#if defined(__OpenBSD__) || defined(__NetBSD__)
|
#if defined(__NetBSD__)
|
||||||
#define MAL_SUPPORT_AUDIOIO // Only support audioio on platforms with known support.
|
#define MAL_SUPPORT_AUDIOIO // Only support audioio on platforms with known support.
|
||||||
#endif
|
#endif
|
||||||
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||||
|
|||||||
Reference in New Issue
Block a user