diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2006-01-07 15:32:35 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2006-01-07 15:32:35 +0000 |
commit | 56f6e30a8f5cb9bbf0371718022925584247f018 (patch) | |
tree | a3fecc95fba72ae9eafacfc54a714063a31378b7 | |
parent | 424b4f5d6b0e6f602820db324bfe4829be0e4c04 (diff) | |
download | xine-lib-56f6e30a8f5cb9bbf0371718022925584247f018.tar.gz xine-lib-56f6e30a8f5cb9bbf0371718022925584247f018.tar.bz2 |
*BUGFIX*
Fix build under CygWin.
CVS patchset: 7832
CVS date: 2006/01/07 15:32:35
-rw-r--r-- | src/libmusepack/diff_against_svn.patch | 16 | ||||
-rw-r--r-- | src/libmusepack/synth_filter.c | 2 |
2 files changed, 16 insertions, 2 deletions
diff --git a/src/libmusepack/diff_against_svn.patch b/src/libmusepack/diff_against_svn.patch index 0375b89c1..aca00556c 100644 --- a/src/libmusepack/diff_against_svn.patch +++ b/src/libmusepack/diff_against_svn.patch @@ -17,3 +17,19 @@ diff -u -p -u -p -r1.1.1.2 config_types.h #ifdef WORDS_BIGENDIAN #undef MPC_LITTLE_ENDIAN +Index: src/libmusepack/synth_filter.c +=================================================================== +RCS file: /cvsroot/xine/xine-lib/src/libmusepack/synth_filter.c,v +retrieving revision 1.1 +diff -u -r1.1 synth_filter.c +--- src/libmusepack/synth_filter.c 14 Jan 2005 15:24:25 -0000 1.1 ++++ src/libmusepack/synth_filter.c 7 Jan 2006 10:54:27 -0000 +@@ -39,8 +39,6 @@ + #include "musepack/musepack.h" + #include "musepack/internal.h" + +-typedef mpc_int32_t ptrdiff_t; +- + /* C O N S T A N T S */ + #undef _ + diff --git a/src/libmusepack/synth_filter.c b/src/libmusepack/synth_filter.c index 333745cdf..5a14091f5 100644 --- a/src/libmusepack/synth_filter.c +++ b/src/libmusepack/synth_filter.c @@ -39,8 +39,6 @@ #include "musepack/musepack.h" #include "musepack/internal.h" -typedef mpc_int32_t ptrdiff_t; - /* C O N S T A N T S */ #undef _ |