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