-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#24592) libheif: add version 1.18.1
* libheif: add version 1.18.0 * update 1.18.1 * require cmake
- Loading branch information
Showing
4 changed files
with
58 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 12c4039..2ea1805 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -47,7 +47,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) | ||
|
||
set(CMAKE_VISIBILITY_INLINES_HIDDEN 1) | ||
|
||
-set(CMAKE_POSITION_INDEPENDENT_CODE ON) | ||
+# set(CMAKE_POSITION_INDEPENDENT_CODE ON) | ||
|
||
# Create the compile command database for clang by default | ||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
versions: | ||
"1.18.1": | ||
folder: all | ||
"1.16.2": | ||
folder: all | ||
"1.13.0": | ||
|