This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
headers
mirror of
https://github.com/jackaudio/headers
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
public header changes after splitting out jack1 private headers
tags/0.124.0
Paul Davis
13 years ago
parent
cd542a84a9
commit
f5236f71bf
2 changed files
with
2 additions
and
24 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-24
Makefile.am
+1
-0
thread.h
+ 1
- 24
Makefile.am
View File
@@ -1,4 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
version.h
MAINTAINERCLEANFILES = Makefile.in
libjackincludedir = $(includedir)/jack
@@ -17,26 +17,3 @@ libjackinclude_HEADERS = \
weakjack.h \
control.h \
jslist.h
noinst_HEADERS = \
atomicity.h \
bitset.h \
driver.h \
driver_interface.h \
driver_parse.h \
engine.h \
hardware.h \
internal.h \
intsimd.h \
memops.h \
messagebuffer.h \
pool.h \
port.h \
ringbuffer.h \
sanitycheck.h \
shm.h \
start.h \
systemtest.h \
unlock.h \
varargs.h \
version.h
+ 1
- 0
thread.h
View File
@@ -26,6 +26,7 @@ extern "C" {
#include <pthread.h>
#include <jack/weakmacros.h>
#include <jack/types.h>
/* use 512KB stack per thread - the default is way too high to be feasible
* with mlockall() on many systems */
Write
Preview
Loading…
Cancel
Save