Skip to content

Commit

Permalink
Update build-ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-perl authored Aug 27, 2021
1 parent c990732 commit 8338593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ffmpeg
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ fi

if $NONFREE_AND_GPL; then
if build "openssl"; then
download "https://www.openssl.org/source/openssl-1.1.1k.tar.gz"
download "https://www.openssl.org/source/openssl-1.1.1l.tar.gz"
if $MACOS_M1; then
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
execute ./configure --prefix="${WORKSPACE}" no-shared no-asm darwin64-arm64-cc
Expand Down

0 comments on commit 8338593

Please sign in to comment.