Changeset 6e37e43319f0190a7d4d68e17d527fecbb7afc60
- 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
| rde6439f |
r6e37e43 |
|
| 685 | 685 | ifdef HAVE_WIN32 |
|---|
| 686 | 686 | patch -p0 < Patches/libshout-win32.patch |
|---|
| | 687 | (cd $@; aclocal && automake) |
|---|
| 687 | 688 | endif |
|---|
| 688 | 689 | |
|---|
| rde6439f |
r6e37e43 |
|
| 12 | 12 | #define SHOUTERR_SUCCESS (0) |
|---|
| 13 | 13 | #define SHOUTERR_INSANE (-1) |
|---|
| | 14 | diff -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 \ |
|---|