pkgsrc/audio/mikmod/patches/patch-ae
1998-08-07 10:35:47 +00:00

13 lines
417 B
Text

$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;