mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix some errors with the previous commit.
This commit is contained in:
@@ -86,7 +86,7 @@ int main(int argc, char** argv)
|
||||
mal_backend_winmm,
|
||||
mal_backend_coreaudio,
|
||||
mal_backend_sndio,
|
||||
mal_backend_audioio,
|
||||
mal_backend_audio4,
|
||||
mal_backend_oss,
|
||||
mal_backend_pulseaudio,
|
||||
mal_backend_alsa,
|
||||
|
||||
@@ -15604,7 +15604,7 @@ mal_result mal_context_init__sndio(mal_context* pContext)
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/audio4.h>
|
||||
#include <sys/audioio.h>
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#include <sys/param.h>
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ mal_backend g_Backends[] = {
|
||||
mal_backend_winmm,
|
||||
mal_backend_coreaudio,
|
||||
mal_backend_sndio,
|
||||
mal_backend_audioio,
|
||||
mal_backend_audio4,
|
||||
mal_backend_oss,
|
||||
mal_backend_pulseaudio,
|
||||
mal_backend_alsa,
|
||||
|
||||
Reference in New Issue
Block a user