mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
logger: use CLOCK_MONOTONIC on freebsd
This commit is contained in:
parent
772bf2dce2
commit
b73976ff10
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@
|
|||
#include <spa/utils/type.h>
|
||||
#include <spa/utils/names.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#define CLOCK_MONOTONIC_RAW CLOCK_MONOTONIC
|
||||
#endif
|
||||
|
||||
#define NAME "logger"
|
||||
|
||||
#define DEFAULT_LOG_LEVEL SPA_LOG_LEVEL_INFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue