Skip to content

Commit 8338593

Browse files
authored
Update build-ffmpeg
1 parent c990732 commit 8338593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ fi
388388

389389
if $NONFREE_AND_GPL; then
390390
if build "openssl"; then
391-
download "https://www.openssl.org/source/openssl-1.1.1k.tar.gz"
391+
download "https://www.openssl.org/source/openssl-1.1.1l.tar.gz"
392392
if $MACOS_M1; then
393393
sed -n 's/\(##### GNU Hurd\)/"darwin64-arm64-cc" => { \n inherit_from => [ "darwin-common", asm("aarch64_asm") ],\n CFLAGS => add("-Wall"),\n cflags => add("-arch arm64 "),\n lib_cppflags => add("-DL_ENDIAN"),\n bn_ops => "SIXTY_FOUR_BIT_LONG", \n perlasm_scheme => "macosx", \n}, \n\1/g' Configurations/10-main.conf
394394
execute ./configure --prefix="${WORKSPACE}" no-shared no-asm darwin64-arm64-cc

0 commit comments

Comments
 (0)