From 4b2d8e7677fafe354159e18a963a80c6df5cfe9e Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 8 Jun 2018 20:57:04 +0200 Subject: [PATCH] Disable explicitly jack with android --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a72a9ae..c77b2fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -468,7 +468,9 @@ elseif (APPLE) set (SDL2_CONFIGURE --enable-video-opengl --enable-video-cocoa) elseif (ANDROID) - set (SDL2_CONFIGURE --disable-pulseaudio) + set (SDL2_CONFIGURE --disable-pulseaudio + --disable-jack + --disable-jack-shared) endif () set (SDL2_DEPENDS zlib_Project)