[DVDnav-discuss] Android contains pthread in the libc
Jean-Baptiste Kempf
git at videolan.org
Wed May 14 11:23:57 CEST 2014
libdvdnav | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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"],
More information about the DVDnav-discuss
mailing list