mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
module-roc: require roc >= 0.4.0
3270bd4introduced changes reyling on features from roc 0.4.0 (upstream commit:d18d342)
This commit is contained in:
parent
0e92ab9307
commit
ef023916b9
1 changed files with 1 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ if build_module_raop
|
||||||
endif
|
endif
|
||||||
summary({'raop-sink (requires OpenSSL)': build_module_raop}, bool_yn: true, section: 'Optional Modules')
|
summary({'raop-sink (requires OpenSSL)': build_module_raop}, bool_yn: true, section: 'Optional Modules')
|
||||||
|
|
||||||
roc_dep = dependency('roc', version: '>= 0.3.0', required: get_option('roc'))
|
roc_dep = dependency('roc', version: '>= 0.4.0', required: get_option('roc'))
|
||||||
summary({'ROC': roc_dep.found()}, bool_yn: true, section: 'Streaming between daemons')
|
summary({'ROC': roc_dep.found()}, bool_yn: true, section: 'Streaming between daemons')
|
||||||
|
|
||||||
pipewire_module_rtp_source = shared_library('pipewire-module-rtp-source',
|
pipewire_module_rtp_source = shared_library('pipewire-module-rtp-source',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue