summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-bc
blob: 330dbdfa0ec35b5d755ac9e94f093e419ae9c5e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bc,v 1.3 2007/01/09 14:49:33 drochner Exp $

--- stream/realrtsp/asmrp.h.orig	2006-10-23 00:32:25.000000000 +0200
+++ stream/realrtsp/asmrp.h
@@ -40,6 +40,8 @@
 #ifndef HAVE_ASMRP_H
 #define HAVE_ASMRP_H
 
+#define MAX_RULEMATCHES 16
+
 int asmrp_match (const char *rules, int bandwidth, int *matches) ;
 
 #endif