Commit 4844146f authored by Rafaël Carré's avatar Rafaël Carré

Fix libshout building for win32

parent 3694e877
...@@ -747,7 +747,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz ...@@ -747,7 +747,7 @@ 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)
endif endif
.shout: libshout .theora .ogg .speex .shout: libshout .theora .ogg .speex
......
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