[vlc-commits] contrib: shout: run autoreconf for darwin

Rafaël Carré git at videolan.org
Mon Nov 21 05:21:06 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Nov 20 23:11:29 2011 -0500| [4bc118600ea410331fd393c0eeaf84da7c6d1737] | committer: Rafaël Carré

contrib: shout: run autoreconf for darwin

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

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

diff --git a/contrib/src/shout/rules.mak b/contrib/src/shout/rules.mak
index b6319c6..e9b3e38 100644
--- a/contrib/src/shout/rules.mak
+++ b/contrib/src/shout/rules.mak
@@ -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 $@



More information about the vlc-commits mailing list