mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
HEIC: Upgrade libheif from v1.13.0 to v1.17.1 #3852
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
632c23ca47
commit
f2cc300a06
1 changed files with 1 additions and 1 deletions
2
scripts/dist/install-libheif.sh
vendored
2
scripts/dist/install-libheif.sh
vendored
|
|
@ -6,7 +6,7 @@
|
|||
set -e
|
||||
|
||||
DESTDIR=$(realpath "${1:-/usr/local}")
|
||||
LIBHEIF_VERSION=${2:-v1.13.0}
|
||||
LIBHEIF_VERSION=${2:-v1.17.1}
|
||||
SYSTEM_ARCH=$("$(dirname "$0")/arch.sh")
|
||||
DESTARCH=${DESTARCH:-$SYSTEM_ARCH}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue