mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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/ffmpeg/meson.build
Normal file
10
spa/plugins/ffmpeg/meson.build
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
ffmpeg_sources = ['ffmpeg.c',
|
||||
'ffmpeg-dec.c',
|
||||
'ffmpeg-enc.c']
|
||||
|
||||
ffmpeglib = shared_library('spa-ffmpeg',
|
||||
ffmpeg_sources,
|
||||
include_directories : inc,
|
||||
dependencies : [ avcodec_dep, avformat_dep ],
|
||||
link_with : spalib,
|
||||
install : true)
|
||||
Loading…
Add table
Add a link
Reference in a new issue