Skip to content

Commit 0c4a09c

Browse files
Including ssl as part of the build
1 parent 0e4dce2 commit 0c4a09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ if build "libtool" "2.4.7"; then
433433
build_done "libtool" $CURRENT_PACKAGE_VERSION
434434
fi
435435

436-
if $NONFREE_AND_GPL; then
436+
if $NONFREE_AND_GPL || $FREE_AND_GPL; then
437437
if build "openssl" "1.1.1w"; then
438438
download "https://www.openssl.org/source/openssl-$CURRENT_PACKAGE_VERSION.tar.gz"
439439
if $MACOS_M1; then

0 commit comments

Comments
 (0)