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
added pthread.h to jack.h
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@281 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
pbd
23 years ago
parent
156840dd9e
commit
348af5e211
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
jack/jack.h
+ 1
- 1
configure.in
View File
@@ -14,7 +14,7 @@ dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=41
JACK_MICRO_VERSION=
1
JACK_MICRO_VERSION=
2
dnl ---
dnl HOWTO: updating the libjack interface version
+ 2
- 0
jack/jack.h
View File
@@ -25,6 +25,8 @@
extern "C" {
#endif
#include <pthread.h>
#include <jack/types.h>
#include <jack/error.h>
#include <jack/transport.h>
Write
Preview
Loading…
Cancel
Save