mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
HEIC: Downgrade to libheif v1.17.1 due to orientation issues #4082
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
da62200ecf
commit
96cf05ee6c
2 changed files with 7 additions and 7 deletions
2
scripts/dist/install-libheif.sh
vendored
2
scripts/dist/install-libheif.sh
vendored
|
|
@ -15,7 +15,7 @@ fi
|
|||
DESTDIR=$(realpath "${1:-/usr/local}")
|
||||
|
||||
# In addition, you can specify a custom version to be installed as the second argument.
|
||||
LIBHEIF_VERSION=${2:-v1.17.6}
|
||||
LIBHEIF_VERSION=${2:-v1.17.1}
|
||||
|
||||
# Determine the system architecture.
|
||||
if [[ $PHOTOPRISM_ARCH ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue