2017-04-18 17:57:04 +02:00
|
|
|
executable('video-src',
|
|
|
|
|
'video-src.c',
|
|
|
|
|
install: false,
|
2017-07-11 15:57:20 +02:00
|
|
|
dependencies : [pipewire_dep],
|
2017-04-18 17:57:04 +02:00
|
|
|
)
|
2017-09-07 10:22:32 +02:00
|
|
|
executable('export-source',
|
|
|
|
|
'export-source.c',
|
|
|
|
|
install: false,
|
|
|
|
|
dependencies : [pipewire_dep, libm],
|
|
|
|
|
)
|
2017-04-21 12:36:46 +02:00
|
|
|
|
2017-09-07 19:55:22 +02:00
|
|
|
executable('export-spa',
|
|
|
|
|
'export-spa.c',
|
|
|
|
|
install: false,
|
|
|
|
|
dependencies : [pipewire_dep, libm],
|
|
|
|
|
)
|
|
|
|
|
|
2017-07-04 11:38:12 +02:00
|
|
|
if sdl_dep.found()
|
|
|
|
|
executable('video-play',
|
|
|
|
|
'video-play.c',
|
|
|
|
|
install: false,
|
2017-07-11 15:57:20 +02:00
|
|
|
dependencies : [pipewire_dep, sdl_dep],
|
2017-07-11 12:24:03 +02:00
|
|
|
)
|
|
|
|
|
executable('local-v4l2',
|
|
|
|
|
'local-v4l2.c',
|
|
|
|
|
install: false,
|
2017-07-11 15:57:20 +02:00
|
|
|
dependencies : [pipewire_dep, sdl_dep],
|
2017-07-04 11:38:12 +02:00
|
|
|
)
|
2017-07-25 19:52:31 +02:00
|
|
|
executable('export-sink',
|
|
|
|
|
'export-sink.c',
|
|
|
|
|
install: false,
|
|
|
|
|
dependencies : [pipewire_dep, sdl_dep],
|
|
|
|
|
)
|
2017-07-04 11:38:12 +02:00
|
|
|
endif
|