OSDN Git Service

disable threads in libxml2
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Oct 2010 17:56:53 +0000 (17:56 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 23 Oct 2010 17:56:53 +0000 (17:56 +0000)
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

index 519c608..b495fef 100644 (file)
@@ -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