Add Oboe player for Android

This commit is contained in:
badaix 2020-01-24 23:06:12 +01:00
parent d826a89795
commit 5b9fc3d68d
7 changed files with 167 additions and 10 deletions

View file

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