Linux: do not build libheif
automatically from source
#158
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To be consistent, because... There is no automatic building for macOS and Windows, so it is logical to remove it for Linux as well.
Versions starting from
0.10.0
have no particular problems working with a fairly wide range of different libheif versions, and on Linux, assembling a libheif is not such a big problem.Also, starting from version
0.14.0
, the minimum libheif version will be raised from1.12.0
to1.16.1
(or 1.16.2), because I really want to support correct image rotations and maintain image rotations normally.Also, the next step will be to add the ability to select an encoder, so that in the future it would be possible to try adding a hardware encoder from the
ffmpeg
.Changes proposed in this pull request:
linux_build_libs.py
do not called automatically bysetup.py
Installation