v4l2: show v4l captured output in SDL window

This commit is contained in:
Wim Taymans 2016-07-07 11:31:52 +02:00
parent a31eb56663
commit cbde76f500
4 changed files with 73 additions and 4 deletions

View file

@ -3,6 +3,7 @@ project('spa', 'c')
alsa_dep = dependency('alsa')
v4l2_dep = dependency('libv4l2')
xv_dep = dependency('x11')
sdl_dep = dependency('sdl2')
dl_lib = find_library('dl', required : true)
inc = include_directories('include')