Skip to content

Commit c5d8c38

Browse files
committed
All packages were updated to their latest version
1 parent 4bb47e7 commit c5d8c38

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
@@ -285,7 +285,7 @@ fi
285285
CONFIGURE_OPTIONS+=("--enable-libx264")
286286

287287
if build "x265"; then
288-
download "https://github.com/videolan/x265/archive/3.4.tar.gz" "x265-3.4.tar.gz"
288+
download "https://github.com/videolan/x265/archive/3.5.tar.gz" "x265-3.5.tar.gz"
289289
cd source || exit
290290
execute cmake -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" -DENABLE_SHARED:bool=off -DSTATIC_LINK_CRT:BOOL=ON -DENABLE_CLI:BOOL=OFF .
291291
execute make -j $MJOBS
@@ -296,7 +296,7 @@ fi
296296
CONFIGURE_OPTIONS+=("--enable-libx265")
297297

298298
if build "libvpx"; then
299-
download "https://github.com/webmproject/libvpx/archive/v1.8.1.tar.gz" "libvpx-1.8.1.tar.gz"
299+
download "https://github.com/webmproject/libvpx/archive/v1.9.0.tar.gz" "libvpx-1.9.0.tar.gz"
300300

301301
if [[ "$OSTYPE" == "darwin"* ]]; then
302302
echo "Applying Darwin patch"
@@ -343,7 +343,7 @@ CONFIGURE_OPTIONS+=("--enable-libvidstab")
343343

344344

345345
if build "av1"; then
346-
download "https://aomedia.googlesource.com/aom/+archive/0f5cd05bb3d6209e2583ce682d1acd8e21ae24b8.tar.gz" "av1.tar.gz" "av1"
346+
download "https://aomedia.googlesource.com/aom/+archive/430d58446e1f71ec2283af0d6c1879bc7a3553dd.tar.gz" "av1.tar.gz" "av1"
347347
make_dir "$PACKAGES"/aom_build
348348
cd "$PACKAGES"/aom_build || exit
349349
execute cmake -DENABLE_TESTS=0 -DCMAKE_INSTALL_PREFIX:PATH="${WORKSPACE}" "$PACKAGES"/av1
@@ -444,7 +444,7 @@ if build "zlib"; then
444444
fi
445445

446446
if build "openssl"; then
447-
download "https://www.openssl.org/source/openssl-1.1.1g.tar.gz"
447+
download "https://www.openssl.org/source/openssl-1.1.1h.tar.gz"
448448
execute ./config --prefix="${WORKSPACE}" --openssldir="${WORKSPACE}" --with-zlib-include="${WORKSPACE}"/include/ --with-zlib-lib="${WORKSPACE}"/lib no-shared zlib
449449
execute make -j $MJOBS
450450
execute make install

0 commit comments

Comments
 (0)