From: Seungbae Shin Date: Wed, 3 Jan 2024 11:51:25 +0000 (+0900) Subject: fixup! Apply GStreamer 1.22.0 into Tizen X-Git-Tag: accepted/tizen/unified/20240105.013025^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdd9572afce9955d5f30bafaa62dd330d97c0e45;p=platform%2Fupstream%2Fgstreamer.git fixup! Apply GStreamer 1.22.0 into Tizen Add missing pie option for ges-launch Change-Id: I4a6ec30c41a94b47afab662dca98bf8ba0d79bd7 --- diff --git a/subprojects/gst-editing-services/tools/meson.build b/subprojects/gst-editing-services/tools/meson.build index 9f8dcf3b29..0af8242816 100644 --- a/subprojects/gst-editing-services/tools/meson.build +++ b/subprojects/gst-editing-services/tools/meson.build @@ -22,6 +22,7 @@ if not get_option('tools').disabled() ges_launch = executable('ges-launch-@0@'.format(apiversion), ges_launch_files, c_args : [ges_tool_args] + ['-DG_LOG_DOMAIN="ges-launch-@0@"'.format(apiversion)], + pie : true, dependencies : deps, install: true )