mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
module-rtp: port source and sink to new stream
This commit is contained in:
parent
e8119cb087
commit
be09198249
7 changed files with 127 additions and 1434 deletions
|
|
@ -519,7 +519,8 @@ roc_dep = dependency('roc', required: get_option('roc'))
|
|||
summary({'ROC': roc_dep.found()}, bool_yn: true, section: 'Streaming between daemons')
|
||||
|
||||
pipewire_module_rtp_source = shared_library('pipewire-module-rtp-source',
|
||||
[ 'module-rtp-source.c' ],
|
||||
[ 'module-rtp-source.c',
|
||||
'module-rtp/stream.c' ],
|
||||
include_directories : [configinc],
|
||||
install : true,
|
||||
install_dir : modules_install_dir,
|
||||
|
|
@ -528,7 +529,8 @@ pipewire_module_rtp_source = shared_library('pipewire-module-rtp-source',
|
|||
)
|
||||
|
||||
pipewire_module_rtp_sink = shared_library('pipewire-module-rtp-sink',
|
||||
[ 'module-rtp-sink.c' ],
|
||||
[ 'module-rtp-sink.c',
|
||||
'module-rtp/stream.c' ],
|
||||
include_directories : [configinc],
|
||||
install : true,
|
||||
install_dir : modules_install_dir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue