mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-19 17:37:45 +02:00
Add Oboe player for Android
This commit is contained in:
parent
d826a89795
commit
5b9fc3d68d
7 changed files with 167 additions and 10 deletions
|
@ -30,6 +30,8 @@
|
|||
#include "player/alsa_player.hpp"
|
||||
#elif HAS_OPENSL
|
||||
#include "player/opensl_player.hpp"
|
||||
#elif HAS_OBOE
|
||||
#include "player/oboe_player.hpp"
|
||||
#elif HAS_COREAUDIO
|
||||
#include "player/coreaudio_player.hpp"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue