mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
Add videotestsrc
This commit is contained in:
parent
badd9fd366
commit
68e81198ed
7 changed files with 1410 additions and 0 deletions
8
spa/plugins/videotestsrc/meson.build
Normal file
8
spa/plugins/videotestsrc/meson.build
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
videotestsrc_sources = ['videotestsrc.c', 'plugin.c']
|
||||
|
||||
videotestsrclib = shared_library('spa-videotestsrc',
|
||||
videotestsrc_sources,
|
||||
include_directories : inc,
|
||||
dependencies : threads_dep,
|
||||
link_with : spalib,
|
||||
install : true)
|
||||
Loading…
Add table
Add a link
Reference in a new issue