From 68c3f24ab04e04414e15eb6c47ff765e018c6673 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 2 Aug 2011 13:24:09 +0300 Subject: [PATCH] contrib: fix shout build with !HAVE_FPU --- contrib/src/shout/rules.mak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/src/shout/rules.mak b/contrib/src/shout/rules.mak index 882b2a4273..b6319c6385 100644 --- a/contrib/src/shout/rules.mak +++ b/contrib/src/shout/rules.mak @@ -20,11 +20,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz .sum-shout $(MOVE) DEPS_shout = ogg $(DEPS_ogg) theora $(DEPS_theora) speex $(DEPS_speex) -ifdef HAVE_FPU DEPS_shout += vorbis $(DEPS_vorbis) -else -DEPS_shout += tremor $(DEPS_tremor) -endif .shout: libshout cd $< && $(HOSTVARS) ./configure $(HOSTCONF) -- 2.39.5