aboutsummaryrefslogtreecommitdiff
path: root/ports/ffmpeg/0002-detect-openssl.patch
blob: 87a7656c871654efd7aa7f7e63fcb587a9d640b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/configure b/configure
index 1c8008a..bd2de34 100755
--- a/configure
+++ b/configure
@@ -6360,7 +6360,8 @@ enabled openssl           && { check_pkg_config openssl openssl openssl/ssl.h OP
                                check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto ||
                                check_lib openssl openssl/ssl.h SSL_library_init -lssl32 -leay32 ||
                                check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 ||
-                               die "ERROR: openssl not found"; }
+                               check_lib openssl openssl/ssl.h SSL_library_init -llibeay32 -lssleay32 ||
+                               die "ERROR: openssl not found"; }
 enabled pocketsphinx      && require_pkg_config pocketsphinx pocketsphinx pocketsphinx/pocketsphinx.h ps_init
 enabled rkmpp             && { require_pkg_config rkmpp rockchip_mpp  rockchip/rk_mpi.h mpp_create &&
                                require_pkg_config rockchip_mpp "rockchip_mpp >= 1.3.7" rockchip/rk_mpi.h mpp_create &&