]> git.sesse.net Git - vlc/commitdiff
contrib: fix shout build with !HAVE_FPU
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 2 Aug 2011 10:24:09 +0000 (13:24 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Aug 2011 15:06:11 +0000 (18:06 +0300)
contrib/src/shout/rules.mak

index 882b2a4273ab9c7c18d60bf28736f3dcf9be3897..b6319c63853d3a5e221775bd4994e3247671da05 100644 (file)
@@ -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)