summaryrefslogtreecommitdiff
path: root/audio/jack-devel/patches/patch-ah
blob: bcf0c1c4fc6391c13b206e0652d90c087246b2f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ah,v 1.1.1.1 2008/03/16 09:26:46 bjs Exp $

--- jack/engine.h.orig	2008-01-10 16:34:30.000000000 -0500
+++ jack/engine.h
@@ -51,8 +51,9 @@ typedef struct _jack_port_buffer_list {
     jack_port_buffer_info_t *info;	/* jack_buffer_info_t array */
 } jack_port_buffer_list_t;
 
+#ifndef JACKD_WATCHDOG_TIMEOUT
 #define JACKD_WATCHDOG_TIMEOUT 10000
-
+#endif
 /* The main engine structure in local memory. */
 struct _jack_engine {
     jack_control_t        *control;