mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
support: fix build on uclibc
Define TFD_TIMER_CANCEL_ON_SET if needed Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
This commit is contained in:
parent
37396096df
commit
3583352feb
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@
|
||||||
|
|
||||||
#define NAME "system"
|
#define NAME "system"
|
||||||
|
|
||||||
|
#ifndef TFD_TIMER_CANCEL_ON_SET
|
||||||
|
# define TFD_TIMER_CANCEL_ON_SET (1 << 1)
|
||||||
|
#endif
|
||||||
|
|
||||||
struct impl {
|
struct impl {
|
||||||
struct spa_handle handle;
|
struct spa_handle handle;
|
||||||
struct spa_system system;
|
struct spa_system system;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue