Skip to content

Commit

Permalink
Merge branch 'update/libwebp_1.3.2' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Oct 15, 2023
2 parents 3316393 + b09f2c2 commit e213bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/libwebp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
AR=${FAM_AR} \
RANLIB=${FAM_RANLIB} || exit 1

export FFMPEG_EXTRA_LD_FLAGS="${FFMPEG_EXTRA_LD_FLAGS} -lm"
# libsharpyuv.a is available alongside the libwebp.a
export FFMPEG_EXTRA_LD_FLAGS="${FFMPEG_EXTRA_LD_FLAGS} -lm -lsharpyuv"

${MAKE_EXECUTABLE} clean
${MAKE_EXECUTABLE} -j${HOST_NPROC}
Expand Down
2 changes: 1 addition & 1 deletion scripts/libwebp/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source ${SCRIPTS_DIR}/common-functions.sh

WEBP_VERSION=1.3.0
WEBP_VERSION=1.3.2

downloadTarArchive \
"libwebp" \
Expand Down

0 comments on commit e213bac

Please sign in to comment.