check for macro

This commit is contained in:
Nishi 2025-11-22 02:33:10 +09:00
commit 1f38fcdc74
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -1,5 +1,6 @@
#include <MDE/Audio/Audio.h>
#ifdef USE_ALSA
#include <pthread.h>
#include <alsa/asoundlib.h>
@ -121,3 +122,4 @@ void MDEAudioStart(void* handle){
pthread_create(&drv->thread, NULL, thread_routine, handle);
}
#endif