]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libshout-win32.patch
When using contribs, don't set --with-a52-tree or --with-libmpeg2-tree
[vlc] / extras / contrib / src / Patches / libshout-win32.patch
1 diff -u libshout/include/shout/shout.h.in libshout-new/include/shout/shout.h.in
2 --- libshout/include/shout/shout.h.in   2004-10-30 02:23:15.000000000 +0100
3 +++ libshout-new/include/shout/shout.h.in       2006-03-12 21:06:13.000000000 +0000
4 @@ -22,9 +22,6 @@
5  #define __LIBSHOUT_SHOUT_H__
6  
7  #include <sys/types.h>
8 -#ifdef WIN32
9 -#include <os.h>
10 -#endif
11  
12  #define SHOUTERR_SUCCESS       (0)
13  #define SHOUTERR_INSANE                (-1)
14 --- libshout/Makefile.am        2006-01-31 01:42:43.000000000 +0000
15 +++ libshout/Makefile.am.new    2007-04-16 11:42:06.022127500 +0100
16 @@ -3,7 +3,7 @@
17  AUTOMAKE_OPTIONS = 1.6 foreign
18  ACLOCAL_AMFLAGS = -I m4
19  
20 -SUBDIRS = include src examples debian doc win32
21 +SUBDIRS = include src doc win32
22  
23  EXTRA_DIST = INSTALL m4/shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
24         m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \