Skip to content

Commit 7ae21ff

Browse files
committed
webp new version 1.2.1
1 parent 75562a1 commit 7ae21ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,16 +758,16 @@ fi
758758
# libwebp can fail to compile on Ubuntu if these flags were left set to CFLAGS
759759
CPPFLAGS=
760760

761-
if build "libwebp" "1.2.0"; then
762-
download "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.0.tar.gz" "libwebp-1.2.0.tar.gz"
761+
if build "libwebp" "1.2.1"; then
762+
download "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.1.tar.gz" "libwebp-1.2.1.tar.gz"
763763
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
764764
make_dir build
765765
cd build || exit
766766
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include -DENABLE_SHARED=OFF -DENABLE_STATIC=ON ../
767767
execute make -j $MJOBS
768768
execute make install
769769

770-
build_done "libwebp" "1.2.0"
770+
build_done "libwebp" "1.2.1"
771771
fi
772772
CONFIGURE_OPTIONS+=("--enable-libwebp")
773773

0 commit comments

Comments
 (0)