context: only use FNM_EXTMATCH when defined

alpine does not seen to have this.
This commit is contained in:
Wim Taymans 2024-04-23 12:57:00 +02:00
parent 2eb9a7543a
commit 8633729a15

View file

@ -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;