From 76dd5e7caa8644a8ca8af364825d67859dd557f2 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Mon, 14 Jul 2014 11:41:52 -0400 Subject: [PATCH] android: disable video by default Refs #50857 Change-Id: Id9476426aa2ad03d586dbd7bcf75cd9029a4b6e8 --- daemon/configure-android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/configure-android.sh b/daemon/configure-android.sh index b2413cc1ea..74f86e2d16 100755 --- a/daemon/configure-android.sh +++ b/daemon/configure-android.sh @@ -1 +1 @@ -./configure --without-dbus --without-alsa --without-pulse --with-iax2 --without-tls +./configure --disable-video --without-dbus --without-alsa --without-pulse --with-iax2 --without-tls -- GitLab