mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
module-protocol-native: fix build on s390x
This commit is contained in:
parent
cfd829913e
commit
fba9d8931d
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,11 @@ static const struct spa_dict_item module_props[] = {
|
||||||
{ PW_KEY_MODULE_VERSION, PACKAGE_VERSION },
|
{ PW_KEY_MODULE_VERSION, PACKAGE_VERSION },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Required for s390x */
|
||||||
|
#ifndef SO_PEERSEC
|
||||||
|
#define SO_PEERSEC 31
|
||||||
|
#endif
|
||||||
|
|
||||||
static bool debug_messages = 0;
|
static bool debug_messages = 0;
|
||||||
|
|
||||||
#define LOCK_SUFFIX ".lock"
|
#define LOCK_SUFFIX ".lock"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue