mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
move things around
This commit is contained in:
parent
847cef83b6
commit
d1655196c3
130 changed files with 363 additions and 335 deletions
18
src/examples/meson.build
Normal file
18
src/examples/meson.build
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
executable('video-src',
|
||||
'video-src.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
if sdl_dep.found()
|
||||
executable('video-play',
|
||||
'video-play.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, sdl_dep],
|
||||
)
|
||||
executable('local-v4l2',
|
||||
'local-v4l2.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep, sdl_dep],
|
||||
)
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue