mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
examples: add export-spa-device example
This commit is contained in:
parent
67a1d317c4
commit
7ef99b8edb
3 changed files with 151 additions and 0 deletions
|
|
@ -24,6 +24,13 @@ executable('export-spa',
|
|||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
|
||||
executable('export-spa-device',
|
||||
'export-spa-device.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, mathlib],
|
||||
)
|
||||
|
||||
executable('media-session',
|
||||
'media-session.c',
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue