[vlc-commits] contrib: fix shout build with !HAVE_FPU

Rémi Denis-Courmont git at videolan.org
Wed Aug 3 17:06:45 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug  2 13:24:09 2011 +0300| [68c3f24ab04e04414e15eb6c47ff765e018c6673] | committer: Rémi Denis-Courmont

contrib: fix shout build with !HAVE_FPU

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=68c3f24ab04e04414e15eb6c47ff765e018c6673
---

 contrib/src/shout/rules.mak |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/contrib/src/shout/rules.mak b/contrib/src/shout/rules.mak
index 882b2a4..b6319c6 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)



More information about the vlc-commits mailing list