[vlc-devel] commit: [Win32 Contrib] Disable pthread for x264 until someone gets the time to understand the issue . (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Nov 27 00:55:05 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 27 00:54:38 2008 +0100| [7fda9d771009fb50bebc797e8c20b2fcb50c77e1] | committer: Jean-Baptiste Kempf 

[Win32 Contrib] Disable pthread for x264 until someone gets the time to understand the issue.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7fda9d771009fb50bebc797e8c20b2fcb50c77e1
---

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index b729a66..c6c6d41 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1401,7 +1401,7 @@ ifdef HAVE_WIN32
   ifdef HAVE_CYGWIN
 	(cd $<; $(HOSTCC) RANLIB="ranlib" AR="ar" STRIP="strip" ./configure $(X264CONF) --prefix="$(PREFIX)" --extra-cflags="-I$(PREFIX)/include" --extra-ldflags="-L$(PREFIX)/lib" && make && make install)
   else
-	(cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" && make && make install)
+	(cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" --disable-pthread && make && make install)
   endif
 else
 ifdef HAVE_DARWIN_OS_ON_INTEL




More information about the vlc-devel mailing list