mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
9 lines
477 B
Meson
9 lines
477 B
Meson
videotestsrc_sources = ['videotestsrc.c', 'plugin.c']
|
|
|
|
videotestsrclib = shared_library('spa-videotestsrc',
|
|
videotestsrc_sources,
|
|
include_directories : spa_inc,
|
|
dependencies : threads_dep,
|
|
link_with : spalib,
|
|
install : true,
|
|
install_dir : '@0@/spa'.format(get_option('libdir')))
|