[vlc-commits] contrib: shout: no thread for android
Thomas Guillem
git at videolan.org
Fri May 20 13:34:12 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri May 20 11:26:46 2016 +0200| [074195405b6491229961045c762f7cf5ad2e0fa7] | committer: Thomas Guillem
contrib: shout: no thread for android
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=074195405b6491229961045c762f7cf5ad2e0fa7
---
contrib/src/shout/rules.mak | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/src/shout/rules.mak b/contrib/src/shout/rules.mak
index c463962..6491534 100644
--- a/contrib/src/shout/rules.mak
+++ b/contrib/src/shout/rules.mak
@@ -34,6 +34,9 @@ SHOUT_CONF :=
ifdef HAVE_WIN32
SHOUT_CONF += "--disable-thread"
endif
+ifdef HAVE_ANDROID
+SHOUT_CONF += "--disable-thread"
+endif
.shout: libshout
$(RECONF)
More information about the vlc-commits
mailing list