]> git.sesse.net Git - vlc/commitdiff
contrib: shout: run autoreconf for darwin
authorRafaël Carré <funman@videolan.org>
Mon, 21 Nov 2011 04:11:29 +0000 (23:11 -0500)
committerRafaël Carré <funman@videolan.org>
Mon, 21 Nov 2011 04:12:22 +0000 (23:12 -0500)
contrib/src/shout/rules.mak

index b6319c63853d3a5e221775bd4994e3247671da05..e9b3e386bd07a5e0a02a645be5a5061240243bf7 100644 (file)
@@ -23,6 +23,7 @@ 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 $@