Re: [PATCH 1/3] jackaudio: use ifdefs to hide unavailable functions

2021-12-27 Thread Christian Schoenebeck
On Sonntag, 26. Dezember 2021 16:40:15 CET Volker RĂ¼melin wrote: > On Windows the jack_set_thread_creator() function and on MacOS the > pthread_setname_np() function with a thread pointer paramater is > not available. Use #ifdefs to remove the jack_set_thread_creator() > function call and the qjack

[PATCH 1/3] jackaudio: use ifdefs to hide unavailable functions

2021-12-26 Thread Volker RĂ¼melin
On Windows the jack_set_thread_creator() function and on MacOS the pthread_setname_np() function with a thread pointer paramater is not available. Use #ifdefs to remove the jack_set_thread_creator() function call and the qjack_thread_creator() function in both cases. The qjack_thread_creator() fun