mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 15:49:56 +02:00
added "TARGET=MAC" and dummy CoreAudio player
This commit is contained in:
parent
875bbf9551
commit
71e0a89e29
8 changed files with 119 additions and 5 deletions
|
@ -29,6 +29,8 @@
|
|||
#include "player/alsaPlayer.h"
|
||||
#elif HAS_OPENSL
|
||||
#include "player/openslPlayer.h"
|
||||
#elif HAS_COREAUDIO
|
||||
#include "player/coreAudioPlayer.h"
|
||||
#endif
|
||||
#include "clientConnection.h"
|
||||
#include "stream.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue