From cb62cd20db6f877395aebdb021ffb13e0ee07f8c Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Fri, 18 Jun 2021 17:10:40 +0900 Subject: [PATCH] Apply __TIZEN__ definition in spec file [Version] 1.16.2-26 [Issue Type] Improvement Change-Id: I916c260eac56c2e5e06266f08865aecf2e0a89c5 Signed-off-by: Sangchul Lee --- packaging/gst-plugins-good.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/gst-plugins-good.spec b/packaging/gst-plugins-good.spec index 34ff579..6c9c69c 100644 --- a/packaging/gst-plugins-good.spec +++ b/packaging/gst-plugins-good.spec @@ -3,7 +3,7 @@ Name: gst-plugins-good Version: 1.16.2 -Release: 25 +Release: 26 License: LGPL-2.1+ Summary: GStreamer Streaming-Media Framework Plug-Ins Url: http://gstreamer.freedesktop.org/ @@ -91,6 +91,7 @@ export CFLAGS+=" \ -DTIZEN_FEATURE_USE_LIBV4L2\ -DTIZEN_FEATURE_V4L2_ADDITIONAL_CID_SUPPORT\ -DTIZEN_FEATURE_V4L2_TBM_SUPPORT\ + -D__TIZEN__\ -fstack-protector-strong\ -Wl,-z,relro\ -D_FORTIFY_SOURCE=2" -- 2.7.4