mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Fix a build error when ALSA and JACK are disabled on Linux builds.
This commit is contained in:
+2
-1
@@ -10382,7 +10382,8 @@ static void ma_device__send_frames_to_client(ma_device* pDevice, ma_uint32 frame
|
|||||||
|
|
||||||
|
|
||||||
/* We only want to expose ma_device__handle_duplex_callback_capture() and ma_device__handle_duplex_callback_playback() if we have an asynchronous backend enabled. */
|
/* We only want to expose ma_device__handle_duplex_callback_capture() and ma_device__handle_duplex_callback_playback() if we have an asynchronous backend enabled. */
|
||||||
#if defined(MA_HAS_JACK) || \
|
#if defined(MA_HAS_PULSEAUDIO) || \
|
||||||
|
defined(MA_HAS_JACK) || \
|
||||||
defined(MA_HAS_COREAUDIO) || \
|
defined(MA_HAS_COREAUDIO) || \
|
||||||
defined(MA_HAS_AAUDIO) || \
|
defined(MA_HAS_AAUDIO) || \
|
||||||
defined(MA_HAS_OPENSL) || \
|
defined(MA_HAS_OPENSL) || \
|
||||||
|
|||||||
Reference in New Issue
Block a user