Commit 8939b3e8 authored by Rafaël Carré's avatar Rafaël Carré

contribs: fix libshout build, adds missing dep on libvorbis

parent 1c6b5a27
...@@ -783,10 +783,10 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz ...@@ -783,10 +783,10 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
ifdef HAVE_WIN32 ifdef HAVE_WIN32
patch -p0 < Patches/libshout-win32.patch patch -p0 < Patches/libshout-win32.patch
(cd $@; aclocal && automake) (cd $@; autoreconf && automake)
endif endif
.shout: libshout .theora .ogg .speex .shout: libshout .theora .ogg .speex .vorbis
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install ) (cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install )
$(INSTALL_NAME) $(INSTALL_NAME)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment