added "TARGET=MAC" and dummy CoreAudio player

This commit is contained in:
Johannes Pohl 2016-09-11 20:51:01 +02:00
parent 875bbf9551
commit 71e0a89e29
8 changed files with 119 additions and 5 deletions

View file

@ -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"