]> git.sesse.net Git - ffmpeg/commit
configure: add OPENSSL_init_ssl check if pkg-config fail
authormacweng <macweng@tencent.com>
Tue, 10 Dec 2019 09:32:33 +0000 (17:32 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Wed, 11 Dec 2019 06:46:53 +0000 (14:46 +0800)
commite3c732bb0c9bbed9516bfabe0c1ea50d27cbb93f
tree95472bbb30e66214aba2cc16ee51ae19a0f65ebc
parent952fd0c768747a0f910ce8b689fd23d7c67a51f8
configure: add OPENSSL_init_ssl check if pkg-config fail

fix when pkg-config fail and openssl > 1.1.0 --enable-openssl fail,
the root cause is check_lib can't found the SSL_library_init().

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: macweng <macweng@tencent.com>
configure