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

@ -9,6 +9,7 @@ avformat_dep = dependency('libavformat')
avfilter_dep = dependency('libavfilter')
libva_dep = dependency('libva')
libudev_dep = dependency('libudev')
threads_dep = dependency('threads')
cc = meson.get_compiler('c')