Files
pkgsrc-ng/audio/mserv/patches/patch-ad
2013-09-26 17:14:40 +02:00

22 lines
514 B
Plaintext

$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