Commit dd400e15 authored by Damien Fouilleul's avatar Damien Fouilleul

- make pthreads-win32 build on MinGW/cygwin

parent a79208b6
...@@ -103,6 +103,9 @@ ifneq ($(BUILD),$(HOST)) ...@@ -103,6 +103,9 @@ ifneq ($(BUILD),$(HOST))
FFMPEGCONF=--cross-prefix=$(HOST)- FFMPEGCONF=--cross-prefix=$(HOST)-
X264CONF=--crosscompile=$(HOST) X264CONF=--crosscompile=$(HOST)
PTHREADSCONF="CROSS=$(HOST)-" PTHREADSCONF="CROSS=$(HOST)-"
else
# We are compiling for MinGW on Cygwin
PTHREADSCONF=$(HOSTCC)
endif endif
endif endif
......
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