From: Rafaël Carré Date: Thu, 20 Sep 2007 14:43:09 +0000 (+0000) Subject: contribs: fix libshout build, adds missing dep on libvorbis X-Git-Tag: 0.9.0-test0~5454 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8939b3e86cacee6f59a5c900d8c2f22138f1a883;p=vlc contribs: fix libshout build, adds missing dep on libvorbis --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index e456e56892..4a69429ca4 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -783,10 +783,10 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz $(EXTRACT_GZ) ifdef HAVE_WIN32 patch -p0 < Patches/libshout-win32.patch - (cd $@; aclocal && automake) + (cd $@; autoreconf && automake) endif -.shout: libshout .theora .ogg .speex +.shout: libshout .theora .ogg .speex .vorbis (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install ) $(INSTALL_NAME) touch $@