libdvdnav | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed May 14 11:23:10 2014 +0200| [4cc12c9e1ff1255b2703ef25a0c839d08d5800f0] | committer: Jean-Baptiste Kempf
Android contains pthread in the libc > http://git.videolan.org/gitweb.cgi/libdvdnav.git/?a=commit;h=4cc12c9e1ff1255b2703ef25a0c839d08d5800f0 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index f99db57..f83aedb 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,8 @@ case $host in ;; *mingw32* | *cygwin*) ;; + *android*) + ;; *) AC_CHECK_LIB(pthread, pthread_create, [THREAD_LIBS="-lpthread"], _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
