diff --git a/libsl/src/conf.c b/libsl/src/conf.c index d1e646c..a94f61e 100644 --- a/libsl/src/conf.c +++ b/libsl/src/conf.c @@ -6,7 +6,11 @@ static char conf_path[FS_PATH_MAX] = {0}; static char uuid[UUID_LEN]; static struct sl_config slconf = { +#ifdef ANDROID + .baresip = NULL, .play.mod = "opensles", .src.mod = "opensles"}; +#else .baresip = NULL, .play.mod = "portaudio", .src.mod = "portaudio"}; +#endif struct sl_config *sl_conf(void)