Commit 7fda9d77 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

parent f6d65479
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment