From 7a46c07230b8d8108c0e8e80df4522d0ac116538 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:28:17 +0200 Subject: Adding upstream version 0.3.65. Signed-off-by: Daniel Baumann --- spa/plugins/videoconvert/meson.build | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 spa/plugins/videoconvert/meson.build (limited to 'spa/plugins/videoconvert/meson.build') diff --git a/spa/plugins/videoconvert/meson.build b/spa/plugins/videoconvert/meson.build new file mode 100644 index 0000000..24673a5 --- /dev/null +++ b/spa/plugins/videoconvert/meson.build @@ -0,0 +1,15 @@ +videoconvert_sources = [ + 'videoadapter.c', + 'plugin.c' +] + +simd_cargs = [] +simd_dependencies = [] + +videoconvertlib = shared_library('spa-videoconvert', + videoconvert_sources, + c_args : simd_cargs, + dependencies : [ spa_dep, mathlib ], + link_with : simd_dependencies, + install : true, + install_dir : spa_plugindir / 'videoconvert') -- cgit v1.2.3