summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-20 04:51:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-20 04:51:22 +0800
commit6e4644355d62ebacc8383a9e96241e6786edd02c (patch)
tree61168fc8e416b460dd1d575a84e8efb49554263a /multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c
parenta96c25334b449c6664abd6f2effc0737638a8dd0 (diff)
downloadmarcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.gz
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.bz2
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.lz
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.xz
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.tar.zst
marcuscom-ports-6e4644355d62ebacc8383a9e96241e6786edd02c.zip
Update to 0.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1501 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c b/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c
deleted file mode 100644
index d03e18cde..000000000
--- a/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/shout/gstshout.c.orig Tue Nov 25 19:09:41 2003
-+++ ext/shout/gstshout.c Tue Nov 25 20:11:54 2003
-@@ -109,7 +109,7 @@
- if (!icecastsend_type) {
- static const GTypeInfo icecastsend_info = {
- sizeof (GstIcecastSendClass),
-- (GBaseInitFunc gst_icecastsend_base_init, NULL,
-+ (GBaseInitFunc) gst_icecastsend_base_init, NULL,
- (GClassInitFunc) gst_icecastsend_class_init, NULL, NULL,
- sizeof (GstIcecastSend), 0,
- (GInstanceInitFunc) gst_icecastsend_init,