---
Possibly we could drop the 3 lines above.
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 8518e69..b4dad59 100755
--- a/configure
+++ b/configure
@@ -4535,7 +4535,7 @@ enabled mmal && { check_lib
interface/mmal/mmal.h mmal_port_connect
enabled openssl && { check_lib openssl/ssl.h SSL_library_init -lssl
-lcrypto ||
check_lib openssl/ssl.h SSL_library_init
-lssl32 -leay32 ||
check_lib openssl/ssl.h SSL_library_init -lssl
-lcrypto -lws2_32 -lgdi32 ||
- die "ERROR: openssl not found"; }
+ require_pkg_config openssl openssl/ssl.h
SSL_library_init; }
if enabled gnutls; then
{ check_lib2 gmp.h mpz_export -lgmp && enable gmp; } ||
--
2.6.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel