diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-26 03:27:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-26 03:27:55 +0800 |
commit | b56efa557d21e933b94ff745b579be5eacfe0cde (patch) | |
tree | ece2bca8797101263c80828d9de1659a71df41bf /multimedia | |
parent | cf51f55398c42dd9bada5df6310bcac43d14863b (diff) | |
download | marcuscom-ports-b56efa557d21e933b94ff745b579be5eacfe0cde.tar marcuscom-ports-b56efa557d21e933b94ff745b579be5eacfe0cde.tar.gz marcuscom-ports-b56efa557d21e933b94ff745b579be5eacfe0cde.tar.bz2 marcuscom-ports-b56efa557d21e933b94ff745b579be5eacfe0cde.tar.lz marcuscom-ports-b56efa557d21e933b94ff745b579be5eacfe0cde.tar.xz marcuscom-ports-b56efa557d21e933b94ff745b579be5eacfe0cde.tar.zst marcuscom-ports-b56efa557d21e933b94ff745b579be5eacfe0cde.zip |
Fix the shout plug-in build.
Submitted by: Koop Mast <einekoai@chello.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1377 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-ext_shout_gstshout.c | 11 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-ext_shout_gstshout.c b/multimedia/gstreamer-plugins/files/patch-ext_shout_gstshout.c new file mode 100644 index 000000000..d03e18cde --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-ext_shout_gstshout.c @@ -0,0 +1,11 @@ +--- 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, diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c b/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c new file mode 100644 index 000000000..d03e18cde --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-ext_shout_gstshout.c @@ -0,0 +1,11 @@ +--- 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, |