check for macro
This commit is contained in:
parent
678c62bf60
commit
1f38fcdc74
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue