mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
More hacking
Add spa based v4l2 pinos module Add allocation params to port_alloc_buffers Let the app do allocation for handles.
This commit is contained in:
parent
4c7cee6b28
commit
6ab8af91e0
41 changed files with 4733 additions and 351 deletions
|
|
@ -4,6 +4,10 @@ alsa_dep = dependency('alsa')
|
|||
v4l2_dep = dependency('libv4l2')
|
||||
xv_dep = dependency('x11')
|
||||
sdl_dep = dependency('sdl2')
|
||||
avcodec_dep = dependency('libavcodec')
|
||||
avformat_dep = dependency('libavformat')
|
||||
avfilter_dep = dependency('libavfilter')
|
||||
libva_dep = dependency('libva')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue