Re: pthreads support for mingw32
Gianluigi Tiesi <mplayer <at> netfarm.it>
2005-06-05 01:28:58 GMT
On Fri, Jun 03, 2005 at 09:23:52AM +0200, Gianluigi Tiesi wrote:
> My usual builds are ok, only mencoder gets pthreads dep, anyway it would
> be usefull a disable-pthreads configure option
> Bye
> --
This patches adds the support to configure to disable pthreads using
--disable-pthreads, this because I've hacked a bit x264 to use
native threads on win32, I'll forward the patch to x264 developers
but I'm attaching also the x264 patch if someone want to make
some tests with it.
Bye
--
--
Gianluigi Tiesi <sherpya <at> netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/
diff -NubBr -xCVS -xhelp_mp.h -x'*.a' -x'*.exe' -x'*.o' -xconfigure.log -xconfig.mak -x.cvsignore
-xconfig.h -xcodecs.conf.h -xversion.h -x.depend main/configure sherpya/configure
--- main/configure 2005-06-05 02:50:25.647393600 +0200
+++ sherpya/configure 2005-06-05 03:23:33.515808000 +0200
<at> <at> -195,6 +195,7 <at> <at>
library [autodetect]
--disable-ftp Disable ftp support [enabled]
--disable-vstream Disable tivo vstream client support [autodetect]
+ --disable-pthreads Disable Posix threads support [autodetect]
(Continue reading)