pipewire/spa/plugins/videotestsrc/meson.build

9 lines
386 B
Meson
Raw Normal View History

2016-09-09 15:15:49 +02:00
videotestsrc_sources = ['videotestsrc.c', 'plugin.c']
videotestsrclib = shared_library('spa-videotestsrc',
videotestsrc_sources,
include_directories : inc,
dependencies : threads_dep,
link_with : spalib,
install : true)