Skip to content

Commit 9ef607e

Browse files
authored
Update build-ffmpeg
1 parent edd5efd commit 9ef607e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-ffmpeg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -818,18 +818,18 @@ fi
818818

819819
## does not compile on monterey -> _PrintGifError
820820
if [[ "$OSTYPE" != "darwin"* ]]; then
821-
if build "libwebp" "1.2.4"; then
821+
if build "libwebp" "1.2.2"; then
822822
# libwebp can fail to compile on Ubuntu if these flags were left set to CFLAGS
823823
CPPFLAGS=
824-
download "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.4.tar.gz" "libwebp-1.2.4.tar.gz"
824+
download "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.2.tar.gz" "libwebp-1.2.2.tar.gz"
825825
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static --disable-dependency-tracking --disable-gl --with-zlib-include="${WORKSPACE}"/include/ --with-zlib-lib="${WORKSPACE}"/lib
826826
make_dir build
827827
cd build || exit
828828
execute cmake -DCMAKE_INSTALL_PREFIX="${WORKSPACE}" -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_BINDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=include -DENABLE_SHARED=OFF -DENABLE_STATIC=ON ../
829829
execute make -j $MJOBS
830830
execute make install
831831

832-
build_done "libwebp" "1.2.4"
832+
build_done "libwebp" "1.2.2"
833833
fi
834834
CONFIGURE_OPTIONS+=("--enable-libwebp")
835835
fi
@@ -986,4 +986,4 @@ elif [[ ! "$SKIPINSTALL" == "yes" ]]; then
986986
esac
987987
fi
988988

989-
exit 0
989+
exit 0

0 commit comments

Comments
 (0)