mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
context: only use FNM_EXTMATCH when defined
alpine does not seen to have this.
This commit is contained in:
parent
2eb9a7543a
commit
8633729a15
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ PW_LOG_TOPIC_EXTERN(log_context);
|
||||||
|
|
||||||
#define DEFAULT_DATA_LOOPS 1
|
#define DEFAULT_DATA_LOOPS 1
|
||||||
|
|
||||||
|
#if !defined(FNM_EXTMATCH)
|
||||||
|
#define FNM_EXTMATCH 0
|
||||||
|
#endif
|
||||||
|
|
||||||
struct data_loop {
|
struct data_loop {
|
||||||
struct pw_data_loop *impl;
|
struct pw_data_loop *impl;
|
||||||
int ref;
|
int ref;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue