Add videotestsrc

This commit is contained in:
David Svensson Fors 2016-09-09 15:15:49 +02:00 committed by Wim Taymans
parent badd9fd366
commit 68e81198ed
7 changed files with 1410 additions and 0 deletions

View 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)