This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
[0.89.2] set line buffering for jackd stdout
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@542 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq
22 years ago
parent
f18a4b3593
commit
1d43d7bc31
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.in
+2
-0
jackd/jackd.c
+ 1
- 1
configure.in
View File
@@ -15,7 +15,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=89
JACK_MICRO_VERSION=
1
JACK_MICRO_VERSION=
2
dnl ---
dnl HOWTO: updating the jack protocal version
+ 2
- 0
jackd/jackd.c
View File
@@ -405,6 +405,8 @@ main (int argc, char *argv[])
int status;
#endif
setvbuf (stdout, NULL, _IOLBF, 120);
#ifdef USE_CAPABILITIES
/* check to see if there is a pipe in the right descriptor */
Write
Preview
Loading…
Cancel
Save