From 0db43e08d61847a8c5ac715eb725fc8ed4c7c2d9 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sat, 23 Oct 2010 17:56:53 +0000 Subject: 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://svn.handbrake.fr/HandBrake/trunk@3611 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- contrib/libxml2/module.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/libxml2/module.defs') diff --git a/contrib/libxml2/module.defs b/contrib/libxml2/module.defs index 519c60887..b495fef3f 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 -- cgit v1.2.3