mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -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
10
spa/plugins/libva/meson.build
Normal file
10
spa/plugins/libva/meson.build
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
libva_sources = ['libva.c',
|
||||
'libva-dec.c',
|
||||
'libva-enc.c']
|
||||
|
||||
libvalib = shared_library('spa-libva',
|
||||
libva_sources,
|
||||
include_directories : inc,
|
||||
dependencies : libva_dep,
|
||||
link_with : spalib,
|
||||
install : true)
|
||||
Loading…
Add table
Add a link
Reference in a new issue