]> git.sesse.net Git - vlc/commitdiff
Revert "contrib: shout: run autoreconf for darwin"
authorRafaël Carré <funman@videolan.org>
Mon, 21 Nov 2011 05:46:08 +0000 (00:46 -0500)
committerRafaël Carré <funman@videolan.org>
Mon, 21 Nov 2011 05:51:36 +0000 (00:51 -0500)
This reverts commit 5213503d20328fac5f26f3c4aef5edf20e95cce6.

contrib/src/shout/rules.mak

index e9b3e386bd07a5e0a02a645be5a5061240243bf7..b6319c63853d3a5e221775bd4994e3247671da05 100644 (file)
@@ -23,7 +23,6 @@ DEPS_shout = ogg $(DEPS_ogg) theora $(DEPS_theora) speex $(DEPS_speex)
 DEPS_shout += vorbis $(DEPS_vorbis)
 
 .shout: libshout
-       $(RECONF)
        cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
        cd $< && $(MAKE) install
        touch $@