mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
libheif: Upgrade library version from v1.19.7 to v1.20.2 #5276
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
580751a051
commit
c4bb774195
2 changed files with 1 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.19.7}
|
||||
LIBHEIF_VERSION=${2:-v1.20.2}
|
||||
|
||||
# Determine target architecture.
|
||||
if [[ $PHOTOPRISM_ARCH ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue