From 0c4a09c7f0cd01223a6c4ff2ff85fa79fa97fdcf Mon Sep 17 00:00:00 2001 From: Srikanth Kotagiri Date: Fri, 9 Aug 2024 15:03:34 +0530 Subject: [PATCH] Including ssl as part of the build --- build-ffmpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ffmpeg b/build-ffmpeg index 3c4501e..f6c3f1d 100755 --- a/build-ffmpeg +++ b/build-ffmpeg @@ -433,7 +433,7 @@ if build "libtool" "2.4.7"; then build_done "libtool" $CURRENT_PACKAGE_VERSION fi -if $NONFREE_AND_GPL; then +if $NONFREE_AND_GPL || $FREE_AND_GPL; then if build "openssl" "1.1.1w"; then download "https://www.openssl.org/source/openssl-$CURRENT_PACKAGE_VERSION.tar.gz" if $MACOS_M1; then