mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-31 21:38:19 -04:00
module-raop: Add SRP utils
Adds MIT-licensed SRP helper utilities, taken from https://github.com/cocagne/csrp. Extensively adapted for usage in PipeWire. Upgraded to OpenSSL 3.
This commit is contained in:
parent
cc9a4c8cca
commit
75eb403d15
3 changed files with 469 additions and 0 deletions
|
|
@ -606,6 +606,7 @@ if build_module_raop
|
|||
pipewire_module_raop_sink = shared_library('pipewire-module-raop-sink',
|
||||
[ 'module-raop-sink.c',
|
||||
'module-raop/rtsp-client.c',
|
||||
'module-raop/srp.c',
|
||||
'module-raop/tlv.c' ],
|
||||
include_directories : [configinc],
|
||||
install : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue