Commit 8236e2f3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: build shout without threads on Windows

(cherry picked from commit 18fea8c1cba5e471cc48885adbb24ed5a36c8d83)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e37f2912
......@@ -24,7 +24,13 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout
DEPS_shout = ogg $(DEPS_ogg) theora $(DEPS_theora) speex $(DEPS_speex)
DEPS_shout += vorbis $(DEPS_vorbis)
SHOUT_CONF :=
ifdef HAVE_WIN32
SHOUT_CONF += "--disable-thread"
endif
.shout: libshout
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(HOSTVARS) ./configure $(SHOUT_CONF) $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
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