mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
update qm-dsp library
This commit is contained in:
parent
2a27cc4758
commit
f68d2e06bc
100 changed files with 58968 additions and 55091 deletions
|
|
@ -13,8 +13,11 @@
|
|||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else /* !_WIN32 */
|
||||
#define USE_PTHREADS
|
||||
#ifdef USE_PTHREADS
|
||||
#include <pthread.h>
|
||||
#else
|
||||
#error Must have either _WIN32 or USE_PTHREADS defined
|
||||
#endif /* USE_PTHREADS */
|
||||
#endif /* !_WIN32 */
|
||||
|
||||
|
|
@ -127,7 +130,7 @@ public:
|
|||
void wait(int us = 0);
|
||||
|
||||
void signal();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue