Skip to content

Commit

Permalink
Including ssl as part of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-descript committed Aug 9, 2024
1 parent 0e4dce2 commit 0c4a09c
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 @@ -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
Expand Down

0 comments on commit 0c4a09c

Please sign in to comment.