[vlc-devel] commit: Always build x264 with pthread on win (Christophe Mutricy )

git version control git at videolan.org
Sun Feb 8 18:16:14 CET 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sun Feb  8 14:41:13 2009 +0000| [7acb1e06b158357762b2feb598c763b2c7a159b1] | committer: Christophe Mutricy 

Always build x264 with pthread on win

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

 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 5e08a93..348e1c0 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1420,7 +1420,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)" --disable-pthread && make && make install)
+	(cd $<; $(HOSTCC) ./configure $(X264CONF) --prefix="$(PREFIX)" --enable-pthread && make && make install)
   endif
 else
 ifdef HAVE_DARWIN_OS_ON_INTEL




More information about the vlc-devel mailing list