mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
v4l2: remove poll and send event instead
Don't start a thread for polling in the node itself but let this be handled by the app.
This commit is contained in:
parent
cbde76f500
commit
81bde64550
6 changed files with 72 additions and 72 deletions
|
|
@ -5,6 +5,7 @@ v4l2_dep = dependency('libv4l2')
|
|||
xv_dep = dependency('x11')
|
||||
sdl_dep = dependency('sdl2')
|
||||
dl_lib = find_library('dl', required : true)
|
||||
pthread_lib = find_library('pthread', required : true)
|
||||
|
||||
inc = include_directories('include')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue