Changeset 375ebeb6afa0ca901c03d96c2075e866e803c49b

Show
Ignore:
Timestamp:
04/16/07 14:01:03 (1 year ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1176724863 +0000
git-parent:

[f1a701b569ef9d4515effba8f1ec1cf5fe9357bf]

git-author:
Damien Fouilleul <damienf@videolan.org> 1176724863 +0000
Message:

- libshout-win32: patches Makefile.am rather then Makefile.in

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Patches/libshout-win32.patch

    r2671fb5 r375ebeb  
    1212 #define SHOUTERR_SUCCESS   (0) 
    1313 #define SHOUTERR_INSANE        (-1) 
    14 diff -u libshout.orig/Makefile.in libshout/Makefile.in  
    15 --- libshout.orig/Makefile.in   2007-04-07 18:33:36.000000000 +0200 
    16 +++ libshout/Makefile.in        2007-04-07 18:34:01.000000000 +0200 
    17 @@ -246,7 +246,7 @@ 
    18  target_alias = @target_alias@ 
     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 @@ 
    1917 AUTOMAKE_OPTIONS = 1.6 foreign 
    2018 ACLOCAL_AMFLAGS = -I m4 
     19  
    2120-SUBDIRS = include src examples debian doc win32 
    22 +SUBDIRS = include src 
     21+SUBDIRS = include src doc win32 
     22  
    2323 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 \ 
    25         m4/xiph_types.m4 
     24    m4/ogg.m4 m4/vorbis.m4 m4/xiph_compiler.m4 m4/xiph_net.m4 \