summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches/patch-ae
blob: abf7d5245740b3eaf1fbd478dc46fd5b05676f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.4 1998/08/07 10:35:58 agc Exp $

--- playercode/unix_drv/drv_sun.c.orig	Wed Jan 14 15:33:36 1998
+++ playercode/unix_drv/drv_sun.c	Sat Jul  4 02:14:56 1998
@@ -33,7 +33,7 @@
 
 #include "mikmod.h"
 
-#define DEFAULT_FRAGSIZE 2048
+#define DEFAULT_FRAGSIZE 8192
 
 static int sndfd; /* we need these in a few places */
 static int play_encoding = -1, play_precision, fragsize = DEFAULT_FRAGSIZE;