Behold: The JACK audio connection kit version 0.109.10 (SVN).
[pkgsrc.git] / audio / jack-devel / patches / patch-ah
1 $NetBSD$
2
3 --- jack/engine.h.orig  2008-01-10 16:34:30.000000000 -0500
4 +++ jack/engine.h
5 @@ -51,8 +51,9 @@ typedef struct _jack_port_buffer_list {
6      jack_port_buffer_info_t *info;     /* jack_buffer_info_t array */
7  } jack_port_buffer_list_t;
8  
9 +#ifndef JACKD_WATCHDOG_TIMEOUT
10  #define JACKD_WATCHDOG_TIMEOUT 10000
11 -
12 +#endif
13  /* The main engine structure in local memory. */
14  struct _jack_engine {
15      jack_control_t        *control;