Commit 6e37e433 authored by Christophe Mutricy's avatar Christophe Mutricy

shout: Other approach.

parent 4e8cc7fd
...@@ -684,6 +684,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz ...@@ -684,6 +684,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)
endif endif
.shout: libshout .theora .ogg .shout: libshout .theora .ogg
......
...@@ -11,3 +11,15 @@ diff -u libshout/include/shout/shout.h.in libshout-new/include/shout/shout.h.in ...@@ -11,3 +11,15 @@ diff -u libshout/include/shout/shout.h.in libshout-new/include/shout/shout.h.in
#define SHOUTERR_SUCCESS (0) #define SHOUTERR_SUCCESS (0)
#define SHOUTERR_INSANE (-1) #define SHOUTERR_INSANE (-1)
diff -u libshout-orig/Makefile.am libshout/Makefile.am
--- libshout-orig/Makefile.am 2005-02-19 19:36:49.000000000 +0000
+++ libshout/Makefile.am 2006-03-12 21:54:51.000000000 +0000
@@ -3,7 +3,7 @@
AUTOMAKE_OPTIONS = 1.6 foreign
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = include src examples debian doc win32
+SUBDIRS = include src
EXTRA_DIST = INSTALL m4/shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \
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