Changeset 6e37e43319f0190a7d4d68e17d527fecbb7afc60

Show
Ignore:
Timestamp:
03/12/06 22:59:12 (2 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1142200752 +0000
git-parent:

[4e8cc7fd95626fd0bdc80f0922240bb19edc0705]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1142200752 +0000
Message:

shout: Other approach.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    rde6439f r6e37e43  
    685685ifdef HAVE_WIN32 
    686686    patch -p0 < Patches/libshout-win32.patch 
     687    (cd $@; aclocal && automake) 
    687688endif 
    688689   
  • extras/contrib/src/Patches/libshout-win32.patch

    rde6439f r6e37e43  
    1212 #define SHOUTERR_SUCCESS   (0) 
    1313 #define SHOUTERR_INSANE        (-1) 
     14diff -u libshout-orig/Makefile.am libshout/Makefile.am 
     15--- libshout-orig/Makefile.am   2005-02-19 19:36:49.000000000 +0000 
     16+++ libshout/Makefile.am    2006-03-12 21:54:51.000000000 +0000 
     17@@ -3,7 +3,7 @@ 
     18 AUTOMAKE_OPTIONS = 1.6 foreign 
     19 ACLOCAL_AMFLAGS = -I m4 
     20  
     21-SUBDIRS = include src examples debian doc win32 
     22+SUBDIRS = include src  
     23  
     24 EXTRA_DIST = INSTALL m4/shout.m4 m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \ 
     25    m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \