Skip to content

Commit 40c8d52

Browse files
authored
Update x264, x265 & OpenSSL
Security and quality changes, especially around x265
1 parent c297a5a commit 40c8d52

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
@@ -233,7 +233,7 @@ if build "xvidcore"; then
233233
fi
234234

235235
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"
237237
cd $PACKAGES/x264-snapshot-* || exit
238238

239239
if [[ "$OSTYPE" == "linux-gnu" ]]; then
@@ -309,7 +309,7 @@ if build "vid_stab"; then
309309
fi
310310

311311
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"
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
350350
fi
351351

352352
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
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

0 commit comments

Comments
 (0)