Commit 68c3f24a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: fix shout build with !HAVE_FPU

parent e0b9d297
...@@ -20,11 +20,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout ...@@ -20,11 +20,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout
$(MOVE) $(MOVE)
DEPS_shout = ogg $(DEPS_ogg) theora $(DEPS_theora) speex $(DEPS_speex) DEPS_shout = ogg $(DEPS_ogg) theora $(DEPS_theora) speex $(DEPS_speex)
ifdef HAVE_FPU
DEPS_shout += vorbis $(DEPS_vorbis) DEPS_shout += vorbis $(DEPS_vorbis)
else
DEPS_shout += tremor $(DEPS_tremor)
endif
.shout: libshout .shout: libshout
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
......
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