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 @@ -233,7 +233,7 @@ if build "xvidcore"; then
233233fi
234234
235235if build " x264" ; then
236- download " http://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20190806 -2245-stable.tar.bz2" " last_x264.tar.bz2"
236+ download " http://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20191008 -2245-stable.tar.bz2" " last_x264.tar.bz2"
237237 cd $PACKAGES /x264-snapshot-* || exit
238238
239239 if [[ " $OSTYPE " == " linux-gnu" ]]; then
@@ -309,7 +309,7 @@ if build "vid_stab"; then
309309fi
310310
311311if build " x265" ; then
312- download " https://bitbucket.org/multicoreware/x265/downloads/x265_3.1. 2.tar.gz" " x265-3.1 .2.tar.gz"
312+ download " https://bitbucket.org/multicoreware/x265/downloads/x265_3.2.tar.gz" " x265-3.2.tar.gz"
313313 cd $PACKAGES /x265_* || exit
314314 cd source || exit
315315 execute cmake -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DENABLE_SHARED:bool=off .
@@ -350,8 +350,8 @@ if build "zlib"; then
350350fi
351351
352352if build " openssl" ; then
353- download " https://www.openssl.org/source/openssl-1.1.1c .tar.gz" " openssl-1.1.1c .tar.gz"
354- cd $PACKAGES /openssl-1.1.1c || exit
353+ download " https://www.openssl.org/source/openssl-1.1.1d .tar.gz" " openssl-1.1.1d .tar.gz"
354+ cd $PACKAGES /openssl-1.1.1d || exit
355355 execute ./config --prefix=${WORKSPACE} --openssldir=${WORKSPACE} --with-zlib-include=${WORKSPACE} /include/ --with-zlib-lib=${WORKSPACE} /lib no-shared zlib
356356 execute make -j $MJOBS
357357 execute make install
You can’t perform that action at this time.
0 commit comments