From 0e0d3c7a5401a0b2f405f993696ad0699599110c Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sat, 23 Oct 2010 17:56:53 +0000 Subject: [PATCH] disable threads in libxml2 we don't need them, and if enabled on mingw, the build fails. you would not have seen this error on mingw if you don't have a pthreads package installed in your build environment. git-svn-id: svn://localhost/HandBrake/trunk@3611 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/libxml2/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/libxml2/module.defs b/contrib/libxml2/module.defs index 519c6088..b495fef3 100644 --- a/contrib/libxml2/module.defs +++ b/contrib/libxml2/module.defs @@ -7,4 +7,4 @@ LIBXML2.EXTRACT.tarbase = libxml2-2.7.7 # The Python components do not build on MinGW due to the lack of a select() call # in the MinGW environment. LIBXML2.CONFIGURE.extra = \ - --without-python \ No newline at end of file + --without-python --without-threads -- 2.11.0