From ece2890c8bead4832356941c8ef680a5b50ed293 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 17 Jul 2025 14:08:20 +0200 Subject: [PATCH] meson: remove avutils as a ONNX dependency --- spa/plugins/filter-graph/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/filter-graph/meson.build b/spa/plugins/filter-graph/meson.build index 59c7c8739..1995ae4c1 100644 --- a/spa/plugins/filter-graph/meson.build +++ b/spa/plugins/filter-graph/meson.build @@ -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