From ff0112e08df32e88549d142371d49a2a8ac8a798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Sun, 7 Feb 2016 14:27:46 +0200 Subject: Initial Android support * Adds an 'android' feature, which is automatically detected. * Android has a broken strnlen, so a wrapper is added from FreeBSD. --- audio/out/ao_wasapi_utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'audio') diff --git a/audio/out/ao_wasapi_utils.c b/audio/out/ao_wasapi_utils.c index e3cf6fccae..bb23464132 100644 --- a/audio/out/ao_wasapi_utils.c +++ b/audio/out/ao_wasapi_utils.c @@ -29,6 +29,7 @@ #include "audio/format.h" #include "osdep/timer.h" #include "osdep/io.h" +#include "osdep/strnlen.h" #include "ao_wasapi.h" #define MIXER_DEFAULT_LABEL L"mpv - video player" -- cgit v1.2.3