summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-10-23 17:56:53 +0000
committerjstebbins <[email protected]>2010-10-23 17:56:53 +0000
commit0db43e08d61847a8c5ac715eb725fc8ed4c7c2d9 (patch)
tree89de901b07c25c1be89cda5d014589c303fc1bd7 /contrib
parent598eb7d0143f7c3cddea494fa9c626478fce2cf2 (diff)
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libxml2/module.defs2
1 files changed, 1 insertions, 1 deletions
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