mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
video: add support for RGBA with 16 and 32 bit float
This commit is contained in:
parent
09eb121099
commit
edbd9eb077
5 changed files with 38 additions and 7 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue