From 56f6e30a8f5cb9bbf0371718022925584247f018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 7 Jan 2006 15:32:35 +0000 Subject: *BUGFIX* Fix build under CygWin. CVS patchset: 7832 CVS date: 2006/01/07 15:32:35 --- src/libmusepack/diff_against_svn.patch | 16 ++++++++++++++++ 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 _ -- cgit v1.2.3