]> git.sesse.net Git - vlc/commitdiff
contribs: fix libshout build, adds missing dep on libvorbis
authorRafaël Carré <funman@videolan.org>
Thu, 20 Sep 2007 14:43:09 +0000 (14:43 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 20 Sep 2007 14:43:09 +0000 (14:43 +0000)
extras/contrib/src/Makefile

index e456e568927cd36f896129152ca9cbea9fe6de5f..4a69429ca42866825879dc9823f1448a23f1c961 100644 (file)
@@ -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 $@