Contribs: build shout without threads on Windows

This commit is contained in:
Jean-Baptiste Kempf 2013-03-14 17:15:39 +01:00
parent dcc36eb2ef
commit 18fea8c1cb

View File

@ -26,7 +26,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 $@