summaryrefslogtreecommitdiff
path: root/audio/mserv/patches/patch-ag
blob: b2fcd268e2cb5552562ee6a0260517918c59d7c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ag,v 1.5 2003/09/03 12:35:13 martin Exp $

--- mserv/defines.h.orig	2003-08-03 16:57:20.000000000 +0200
+++ mserv/defines.h	2003-09-03 13:24:27.000000000 +0200
@@ -1,3 +1,7 @@
+#ifndef PATH_MPG123
+#define PATH_MPG123            BINDIR "/mpg123"
+#endif
+
 /* maximum amount to queue in each output buffer */
 #define OUTBUFLEN 32*1024
 
@@ -39,7 +43,7 @@
 #define MISCINFOLEN 128
 
 /* maximum number of tracks in each album */
-#define TRACKSPERALBUM 200
+#define TRACKSPERALBUM 250
 
 /* maximum language line length */
 #define LANGLINELEN 1024