vlc | branch: master | Thomas Guillem <[email protected]> | 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
