From 2a10311ef573a85600e04f9d91876fddd0f78ee5 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 19 Oct 2021 10:24:42 -0400 Subject: [PATCH] Revert "meson: Link to objects instea of static helper library" This reverts commit b19de413b94d228b1460b0899f9b41b2b5233943. Part-of: --- subprojects/gstreamer/gst/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gstreamer/gst/meson.build b/subprojects/gstreamer/gst/meson.build index b2afe7c..914e18d 100644 --- a/subprojects/gstreamer/gst/meson.build +++ b/subprojects/gstreamer/gst/meson.build @@ -237,7 +237,6 @@ gst_incdirs = [configinc] gst_gen_sources = [gstenum_h] libgst = library('gstreamer-1.0', gst_sources, gstenum_h, gstenum_c, gst_parse_sources, gst_registry_sources, - objects : printf_lib.extract_all_objects(), version : libversion, soversion : soversion, darwin_versions : osxversion, @@ -245,6 +244,7 @@ libgst = library('gstreamer-1.0', gst_sources, include_directories : [configinc, # HACK, change include paths in .y and .l in final version. include_directories('parse')], + link_with : printf_lib, install : true, dependencies : [gobject_dep, gmodule_dep, glib_dep, mathlib, dl_dep] + backtrace_deps + platform_deps, -- 2.7.4