From: Jeongmo Yang Date: Tue, 1 Jun 2021 02:38:36 +0000 (+0900) Subject: Change path for configuration file X-Git-Tag: submit/tizen/20210604.030216^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F259082%2F1;p=platform%2Fcore%2Fapi%2Fmediacodec.git Change path for configuration file [Version] 0.6.17 [Issue Type] Update Change-Id: I1a8300792d7ca78106a1f5cc40675561b0eb2569 Signed-off-by: Jeongmo Yang --- diff --git a/packaging/capi-media-codec.spec b/packaging/capi-media-codec.spec index 90be3a6..db1277c 100644 --- a/packaging/capi-media-codec.spec +++ b/packaging/capi-media-codec.spec @@ -4,8 +4,8 @@ Name: capi-media-codec Summary: A Media Codec library in Tizen Native API -Version: 0.6.16 -Release: 1 +Version: 0.6.17 +Release: 0 Group: Multimedia/API License: Apache-2.0 Source0: %{name}-%{version}.tar.gz @@ -60,7 +60,7 @@ Collection of files related to Line Coverage. It is tested as gcov for a media c %build -export CFLAGS="$CFLAGS -DSYSCONFDIR=\\\"%{_sysconfdir}\\\"" +export CFLAGS="$CFLAGS -DSYSCONFDIR=\\\"%{_hal_sysconfdir}\\\"" %if 0%{?gcov:1} export CFLAGS+=" -fprofile-arcs -ftest-coverage"