Browse Source

public header changes after splitting out jack1 private headers

tags/0.124.0
Paul Davis 13 years ago
parent
commit
f5236f71bf
2 changed files with 2 additions and 24 deletions
  1. +1
    -24
      Makefile.am
  2. +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 */


Loading…
Cancel
Save