filter-graph: add an ffmpeg plugin

Allows for using an ffmpeg filter-graph as a filter-graph node.
This commit is contained in:
Wim Taymans 2025-06-09 11:50:58 +02:00
parent 9b36e576cb
commit 94116901ce
4 changed files with 389 additions and 0 deletions

View file

@ -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