video: add support for RGBA with 16 and 32 bit float

This commit is contained in:
Wim Taymans 2019-08-19 16:22:12 +02:00
parent 09eb121099
commit edbd9eb077
5 changed files with 38 additions and 7 deletions

View file

@ -56,7 +56,7 @@ if sdl_dep.found()
'video-play.c',
c_args : [ '-D_GNU_SOURCE' ],
install: false,
dependencies : [pipewire_dep, sdl_dep],
dependencies : [pipewire_dep, sdl_dep, mathlib],
)
executable('local-v4l2',
'local-v4l2.c',