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:
Wim Taymans 2016-07-07 16:59:23 +02:00
parent cbde76f500
commit 81bde64550
6 changed files with 72 additions and 72 deletions

View file

@ -5,5 +5,5 @@ executable('test-mixer', 'test-mixer.c',
executable('test-v4l2', 'test-v4l2.c',
include_directories : inc,
dependencies : [dl_lib, sdl_dep],
dependencies : [dl_lib, sdl_dep, pthread_lib],
install : false)