summaryrefslogtreecommitdiff
path: root/libre/gstreamer0.10-bad/wildmidi-0.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/gstreamer0.10-bad/wildmidi-0.4.patch')
-rw-r--r--libre/gstreamer0.10-bad/wildmidi-0.4.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/libre/gstreamer0.10-bad/wildmidi-0.4.patch b/libre/gstreamer0.10-bad/wildmidi-0.4.patch
deleted file mode 100644
index ac7deb04a..000000000
--- a/libre/gstreamer0.10-bad/wildmidi-0.4.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Old versions used char* for the data, new versions use int8_t*. They're often
-not the same and differ in signedness.
-
-(backported from 04199db2aeea966c2c879b1764427c87433570f1)
-
---- a/ext/timidity/gstwildmidi.c
-+++ b/ext/timidity/gstwildmidi.c
-@@ -631,7 +631,7 @@
- size = GST_BUFFER_SIZE (buffer);
-
- GST_OBJECT_LOCK (wildmidi);
-- bytes_read = WildMidi_GetOutput (wildmidi->song, (char *) data,
-+ bytes_read = WildMidi_GetOutput (wildmidi->song, (gpointer *) data,
- (unsigned long int) size);
- GST_OBJECT_UNLOCK (wildmidi);
-