mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
meson: remove avutils as a ONNX dependency
This commit is contained in:
parent
efa4d31cfb
commit
ece2890c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ spa_filter_graph_plugin_onnx = shared_library('spa-filter-graph-plugin-onnx',
|
|||
include_directories : [configinc],
|
||||
install : true,
|
||||
install_dir : spa_plugindir / 'filter-graph',
|
||||
dependencies : [ filter_graph_dependencies, onnxruntime_dep, avutil_dep]
|
||||
dependencies : [ filter_graph_dependencies, onnxruntime_dep]
|
||||
)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue