mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
v4l2: show v4l captured output in SDL window
This commit is contained in:
parent
a31eb56663
commit
cbde76f500
4 changed files with 73 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue