mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Fix rtp modules build on FreeBSD.
This commit is contained in:
parent
1217dee35d
commit
2a02479877
2 changed files with 8 additions and 0 deletions
|
|
@ -24,6 +24,10 @@
|
|||
|
||||
#include <module-rtp/sap.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#define ifr_ifindex ifr_index
|
||||
#endif
|
||||
|
||||
/** \page page_module_rtp_sap PipeWire Module: Announce and create RTP streams
|
||||
*
|
||||
* The `rtp-sap` module announces RTP streams that match the rules with the
|
||||
|
|
|
|||
|
|
@ -37,6 +37,10 @@
|
|||
#include <module-rtp/apple-midi.h>
|
||||
#include <module-rtp/stream.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#define ifr_ifindex ifr_index
|
||||
#endif
|
||||
|
||||
/** \page page_module_rtp_session PipeWire Module: RTP session
|
||||
*
|
||||
* The `rtp-session` module creates a media session that is announced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue