Paul Davis
d094819df4
#include changes to reflect separation of public and private headers
14 years ago
torben
0cdc3916cd
fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCAL
for python loading libjackserver and using controlAPI.
drivers are linked to a second instance of libjackserver.so and the
global symbol _jack_get_microseconds showed up uninitialised.
by providing a function pointer to right instance in the engine struct,
we can fix this problem. since _jack_get_microseconds is a in systemdeps,
we need a generic way to get the right function pointer.
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4421 0c269be4-1314-0410-8aa9-9f06e86f4224
14 years ago
paul
3695b9deae
changes to make distcheck work correctly on linux & OS X
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3787 0c269be4-1314-0410-8aa9-9f06e86f4224
16 years ago
paul
16550a4c03
fix include path to be a .h not a .c file
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3477 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
3bea13b9ee
(jack1) make realtime the default; add -L for "long latency" ; don't check for RT permission if not running realtime; don't check for freqscaling unless using RDTSC as clocksource
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3443 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
4baaa70f13
add stub sanitycheck() function for non-linux platforms
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3435 0c269be4-1314-0410-8aa9-9f06e86f4224
17 years ago
paul
8c6780038d
remove all CVS Id lines from source and headers
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1031 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
paul
df3d1b4842
implement fons' jack_thread_wait API along with internal design changes to support both models (callback and wait) with the same code; fix for use of snd_pcm_link (from takashi); change mem alignment to 64 for better SIMD optimization
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1025 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
joq
d773affa63
make distcheck fixes
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@983 0c269be4-1314-0410-8aa9-9f06e86f4224
19 years ago
pbd
be3bfa5444
add missing file
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@950 0c269be4-1314-0410-8aa9-9f06e86f4224
20 years ago
pbd
7e8cf3c23c
reworked config headers etc; rework clockfix patch; exit if -R requested but unobtainable
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@948 0c269be4-1314-0410-8aa9-9f06e86f4224
20 years ago
joq
7d9b71c7ec
[0.97.1] config enhancements
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@682 0c269be4-1314-0410-8aa9-9f06e86f4224
22 years ago
joq
a136f6e1ce
[0.96.2] remove <sysdeps/os_defines.h>
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@676 0c269be4-1314-0410-8aa9-9f06e86f4224
22 years ago
joq
dfef6adff3
[0.96.1] config fixes for shm; stack touch
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@674 0c269be4-1314-0410-8aa9-9f06e86f4224
22 years ago
joq
64930746f2
[0.96.0] merge MacOSX EXP tree into HEAD
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@673 0c269be4-1314-0410-8aa9-9f06e86f4224
22 years ago