1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00

shout: Other approach.

This commit is contained in:
Christophe Mutricy 2006-03-12 21:59:12 +00:00
parent 4e8cc7fd95
commit 6e37e43319
2 changed files with 13 additions and 0 deletions

View File

@ -684,6 +684,7 @@ libshout: libshout-$(SHOUT_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_WIN32
patch -p0 < Patches/libshout-win32.patch
(cd $@; aclocal && automake)
endif
.shout: libshout .theora .ogg

View File

@ -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_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 \