File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 285285CONFIGURE_OPTIONS+=(" --enable-libx264" )
286286
287287if 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
296296CONFIGURE_OPTIONS+=(" --enable-libx265" )
297297
298298if 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
345345if 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
444444fi
445445
446446if 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
You can’t perform that action at this time.
0 commit comments