File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Filter options
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
233
233
fi
234
234
235
235
if 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"
237
237
cd $PACKAGES /x264-snapshot-* || exit
238
238
239
239
if [[ " $OSTYPE " == " linux-gnu" ]]; then
@@ -309,7 +309,7 @@ if build "vid_stab"; then
309
309
fi
310
310
311
311
if 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"
313
313
cd $PACKAGES /x265_* || exit
314
314
cd source || exit
315
315
execute cmake -DCMAKE_INSTALL_PREFIX:PATH=${WORKSPACE} -DENABLE_SHARED:bool=off .
@@ -350,8 +350,8 @@ if build "zlib"; then
350
350
fi
351
351
352
352
if 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
355
355
execute ./config --prefix=${WORKSPACE} --openssldir=${WORKSPACE} --with-zlib-include=${WORKSPACE} /include/ --with-zlib-lib=${WORKSPACE} /lib no-shared zlib
356
356
execute make -j $MJOBS
357
357
execute make install
You can’t perform that action at this time.
0 commit comments