From 4aaaad1ef3916da686cfe7686436f8f4d694d200 Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Tue, 1 Jun 2021 19:39:46 +0900 Subject: [PATCH] Change path for configuration file [Version] 1.16.2-8 [Issue Type] Update Change-Id: I611cc16cadc532873af581e35e79e1c01415f122 Signed-off-by: Jeongmo Yang --- packaging/gst-omx.spec | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/packaging/gst-omx.spec b/packaging/gst-omx.spec index 1f3c7da..6af36c1 100755 --- a/packaging/gst-omx.spec +++ b/packaging/gst-omx.spec @@ -1,7 +1,7 @@ Name: gst-omx Summary: GStreamer plug-in that allows communication with OpenMAX IL components Version: 1.16.2 -Release: 7 +Release: 8 License: LGPL-2.1+ Group: Multimedia/Framework Source0: %{name}-%{version}.tar.gz @@ -33,12 +33,26 @@ cp %{SOURCE1001} . export CFLAGS+=" -DTIZEN_FEATURE_OMX" %if "%{target}" == "rpi" -%configure --disable-static --prefix=/usr --with-omx-target=rpi --with-omx-header-path=/opt/vc/include/interface/vmcs_host/khronos/IL +%configure \ + --disable-static \ + --prefix=/usr \ + --with-omx-target=rpi \ + --with-omx-header-path=/opt/vc/include/interface/vmcs_host/khronos/IL \ + sysconfdir=%{_hal_sysconfdir} %else %ifarch aarch64 -%configure --disable-static --prefix=/usr --with-omx-target=exynos64 +%configure \ + --disable-static \ + --prefix=/usr \ + --with-omx-target=exynos64 \ + sysconfdir=%{_hal_sysconfdir} %else -%configure --disable-static --prefix=/usr --with-omx-target=exynos --enable-vp9 +%configure \ + --disable-static \ + --prefix=/usr \ + --with-omx-target=exynos \ + --enable-vp9 \ + sysconfdir=%{_hal_sysconfdir} %endif %endif -- 2.7.4