mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-24 08:56:47 -05:00
spa: Update tests and examples
Keep tests in spa/tests Make spa/examples Remove some old examples
This commit is contained in:
parent
fa2d877925
commit
3ee463ed3a
23 changed files with 266 additions and 5271 deletions
11
spa/examples/meson.build
Normal file
11
spa/examples/meson.build
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
if sdl_dep.found()
|
||||
executable('local-v4l2', 'local-v4l2.c',
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [dl_lib, sdl_dep, pthread_lib],
|
||||
install : false)
|
||||
endif
|
||||
|
||||
executable('example-control', 'example-control.c',
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [dl_lib, pthread_lib, mathlib],
|
||||
install : false)
|
||||
Loading…
Add table
Add a link
Reference in a new issue