Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4a45b48

Browse filesBrowse files
author
Markus Perl
committed
webp update
1 parent 866e843 commit 4a45b48
Copy full SHA for 4a45b48

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -330,12 +330,12 @@ if build "pkg-config" "0.29.2"; then
330330
build_done "pkg-config" "0.29.2"
331331
fi
332332

333-
if build "yasm" "1.3.0"; then
334-
download "https://github.com/yasm/yasm/releases/download/v1.3.0/yasm-1.3.0.tar.gz"
333+
if build "yasm" "1.2.4"; then
334+
download "https://github.com/yasm/yasm/releases/download/v1.2.4/yasm-1.2.4.tar.gz"
335335
execute ./configure --prefix="${WORKSPACE}"
336336
execute make -j $MJOBS
337337
execute make install
338-
build_done "yasm" "1.3.0"
338+
build_done "yasm" "1.2.4"
339339
fi
340340

341341
if build "nasm" "2.16.01"; then
@@ -818,18 +818,18 @@ fi
818818

819819
## does not compile on monterey -> _PrintGifError
820820
if [[ "$OSTYPE" != "darwin"* ]]; then
821-
if build "libwebp" "1.3.0"; then
821+
if build "libwebp" "1.2.4"; 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.3.0.tar.gz" "libwebp-1.3.0.tar.gz"
824+
download "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.4.tar.gz" "libwebp-1.2.4.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.3.0"
832+
build_done "libwebp" "1.2.4"
833833
fi
834834
CONFIGURE_OPTIONS+=("--enable-libwebp")
835835
fi

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.