@ -25,7 +25,7 @@ endif
$(MOVE)
DEPS_aom =
ifdef HAVE_WINSTORE
ifdef HAVE_WIN32
DEPS_aom += pthreads $(DEPS_pthreads)
endif
@ -10,7 +10,7 @@ PKGS_FOUND += mysofa
DEPS_mysofa += zlib $(DEPS_zlib)
DEPS_mysofa += pthreads $(DEPS_pthreads)
@ -3,7 +3,7 @@
OPENJPEG_VERSION := 2.3.0
OPENJPEG_URL := https://github.com/uclouvain/openjpeg/archive/v$(OPENJPEG_VERSION).tar.gz
DEPS_openjpeg += pthreads $(DEPS_pthreads)
@ -28,7 +28,7 @@ $(TARBALLS)/protobuf-$(PROTOBUF_VERSION)-cpp.tar.gz:
.sum-protobuf: protobuf-$(PROTOBUF_VERSION)-cpp.tar.gz
DEPS_protobuf = zlib $(DEPS_zlib)
DEPS_protobuf += pthreads $(DEPS_pthreads)
@ -6,9 +6,6 @@ WINPTHREADS_URL := https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mi
PKGS += pthreads
ifndef HAVE_WINSTORE
PKGS_FOUND += pthreads
$(TARBALLS)/mingw-w64-v$(WINPTHREADS_VERSION).tar.bz2:
$(call download_pkg,$(WINPTHREADS_URL),winpthreads)
@ -14,7 +14,7 @@ endif
SRT_CFLAGS := $(CFLAGS)
SRT_CXXFLAGS := $(CXXFLAGS)
DEPS_srt = gnutls $(DEPS_gnutls)
DEPS_srt += pthreads $(DEPS_pthreads)
@ -13,7 +13,7 @@ $(TARBALLS)/libupnp-$(UPNP_VERSION).tar.bz2:
UPNP_CFLAGS := $(CFLAGS) -DUPNP_STATIC_LIB
UPNP_CXXFLAGS := $(CXXFLAGS) -DUPNP_STATIC_LIB
DEPS_upnp += pthreads $(DEPS_pthreads)
@ -30,7 +30,7 @@ endif
DEPS_vpx =
DEPS_vpx += pthreads $(DEPS_pthreads)
@ -40,7 +40,7 @@ ZVBICONF := \
--without-doxygen \
$(HOSTCONF)
ifdef HAVE_MACOSX