summaryrefslogtreecommitdiff
path: root/config/os/macosx/time.c
Commit message (Collapse)AuthorAgeFilesLines
* uncrustification of jack source codePaul Davis2016-02-231-13/+14
|
* compile fixes for OS X: remove double linkages to libjack + libjackserver, ↵paul2011-09-281-1/+1
| | | | | | remove reference to client->control->nframes, add required compiler flags to get weak linkage to work git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4542 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix broken jack_get_microseconds in drivers when libjackserver is RTLD_LOCALtorben2011-05-291-0/+5
| | | | | | | | | | | | 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
* remove all CVS Id lines from source and headerspaul2007-04-181-1/+0
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1031 0c269be4-1314-0410-8aa9-9f06e86f4224
* add new filepbd2006-05-161-0/+42
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@955 0c269be4-1314-0410-8aa9-9f06e86f4224