filter-graph: Remove duplicate install keyword from meson.build

This fixes building with `--fatal-meson-warnings`.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-11-21 18:31:09 +00:00 committed by Wim Taymans
parent 90075b838c
commit 89a605b7a2

View file

@ -79,7 +79,6 @@ spa_filter_graph_plugin_ladspa = shared_library('spa-filter-graph-plugin-ladspa'
[ 'ladspa_plugin.c' ],
include_directories : [configinc],
install : true,
install : true,
install_dir : spa_plugindir / 'filter-graph',
dependencies : [ filter_graph_dependencies ]
)