[pulseaudio-discuss] [PATCH] Support building pulseaudio with Android NDK
Arun Raghavan
arun.raghavan at collabora.co.uk
Fri Sep 27 20:55:49 PDT 2013
On Wed, 2013-09-18 at 16:22 +0200, Anton Lundin wrote:
> Signed-off-by: Anton Lundin <glance at acc.umu.se>
> ---
> src/daemon/main.c | 2 +-
> src/pulsecore/core-util.c | 8 ++++----
> src/pulsecore/rtkit.c | 2 +-
> 3 files changed, 6 insertions(+), 6 deletions(-)
Thanks, I've had a similar patch sitting in my tree for a bit.
[...]
> -#ifndef OS_IS_WIN32
> +#if !defined(OS_IS_WIN32) && !defined(__ANDROID__)
> if (!S_ISDIR(st.st_mode) ||
> (st.st_uid != uid) ||
> (st.st_gid != gid) ||
Why is this one required?
-- Arun
More information about the pulseaudio-discuss
mailing list