mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-08 00:07:04 -04:00
filter-graph: add an ffmpeg plugin
Allows for using an ffmpeg filter-graph as a filter-graph node.
This commit is contained in:
parent
9b36e576cb
commit
94116901ce
4 changed files with 389 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ if get_option('spa-plugins').allowed()
|
|||
ebur128_lib = dependency('libebur128', required: get_option('ebur128').enabled())
|
||||
summary({'EBUR128': ebur128_lib.found()}, bool_yn: true, section: 'filter-graph')
|
||||
|
||||
summary({'ffmpeg': avfilter_dep.found()}, bool_yn: true, section: 'filter-graph')
|
||||
|
||||
cdata.set('HAVE_SPA_PLUGINS', true)
|
||||
subdir('plugins')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue