summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplayer-share/patches/patch-bb')
-rw-r--r--multimedia/mplayer-share/patches/patch-bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/mplayer-share/patches/patch-bb b/multimedia/mplayer-share/patches/patch-bb
new file mode 100644
index 00000000000..6a03902e6c6
--- /dev/null
+++ b/multimedia/mplayer-share/patches/patch-bb
@@ -0,0 +1,13 @@
+$NetBSD: patch-bb,v 1.5 2007/01/09 14:49:33 drochner Exp $
+
+--- stream/realrtsp/real.c.orig 2006-10-23 00:32:25.000000000 +0200
++++ stream/realrtsp/real.c
+@@ -271,7 +271,7 @@ static rmff_header_t *real_parse_sdp(cha
+ int j=0;
+ int n;
+ char b[64];
+- int rulematches[16];
++ int rulematches[MAX_RULEMATCHES];
+
+ #ifdef LOG
+ printf("calling asmrp_match with:\n%s\n%u\n", desc->stream[i]->asm_rule_book, bandwidth);