Rename so library from 'liblibheif' to 'libheif' 46/254846/3 accepted/tizen/unified/20210311.083825 submit/tizen/20210310.235126
authorjiyong.min <jiyong.min@samsung.com>
Wed, 10 Mar 2021 04:00:36 +0000 (13:00 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Wed, 10 Mar 2021 05:29:14 +0000 (14:29 +0900)
Change-Id: Ib50bb8822ae53ef1b24fd4564f7a28cdd5b58a87

CMakeLists.txt
heif.pc.in [new file with mode: 0644]
libheif.pc.in [deleted file]
test/CMakeLists.txt

index d2cefa3feb6baf05b62badbb0e1104282663f841..bb802bb83cc8e6095fb1a1ea1d29160a22375bb4 100755 (executable)
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-SET(fw_name "libheif")
+SET(fw_name "heif")
 
 # project
 SET(prefix "/usr")
diff --git a/heif.pc.in b/heif.pc.in
new file mode 100644 (file)
index 0000000..70587c9
--- /dev/null
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=/usr
+libdir=@LIB_INSTALL_DIR@
+includedir=/usr/include/mmf
+
+Name : @PC_NAME@
+Description : Read HEIF files
+Requires :
+Version : @VERSION@
+Libs : -L${libdir} @PC_LDFLAGS@
+Cflags : -I${includedir}
diff --git a/libheif.pc.in b/libheif.pc.in
deleted file mode 100644 (file)
index 6718003..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@PREFIX@
-exec_prefix=/usr
-libdir=@LIB_INSTALL_DIR@
-includedir=/usr/include/mmf
-
-Name : @PC_NAME@
-Description : Read HEIF files
-Requires :
-Version : @VERSION@
-Libs : -L${libdir} @PC_LDFLAGS@
-Cflags : -I${includedir} -DLIBPREFIX=\"${libdir}\"
index f5118ab1da4f9f9c82f3244d38a671657c53d7c9..6d102dc1f365e21facfc31afe1242340872b5423 100644 (file)
@@ -1,4 +1,4 @@
-SET(fw_name "libheif")
+SET(fw_name "heif")
 SET(fw_test "${fw_name}-test")
 
 INCLUDE(FindPkgConfig)