blob: a9defc157c58bb2e9a97b6cbc0cd3e0aa6043f8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ad,v 1.6 2004/02/20 00:41:16 abs Exp $
--- mserv/defines.h.orig Sun Aug 3 15:57:20 2003
+++ mserv/defines.h
@@ -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
|