summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2023-09-13 06:31:16 -0400
committerLeo Izen <leo.izen@gmail.com>2023-09-18 08:43:24 -0400
commit9b454fdaef413edfc8e0473569462271a64c59fb (patch)
tree21dfcd6f727b5e5de3d7b22c071c5289a7d0e91b /configure
parentda1d56776cacbc32b48dbeb209e868162dc4f1f1 (diff)
avformat/libssh: avoid deprecated functions
Avoid using the deprecated functions ssh_try_publickey_from_file among others in favor of symbols introduced in libssh 0.6.0 (Jan 2014) and update configure to require this version. Signed-off-by: Leo Izen <leo.izen@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bd7f7697c8..48fee07f81 100755
--- a/configure
+++ b/configure
@@ -6796,7 +6796,7 @@ enabled libsmbclient && { check_pkg_config libsmbclient smbclient libsmbcli
require libsmbclient libsmbclient.h smbc_init -lsmbclient; }
enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy -lstdc++
enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr
-enabled libssh && require_pkg_config libssh libssh libssh/sftp.h sftp_init
+enabled libssh && require_pkg_config libssh "libssh >= 0.6.0" libssh/sftp.h sftp_init
enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
enabled libsrt && require_pkg_config libsrt "srt >= 1.3.0" srt/srt.h srt_socket
enabled libsvtav1 && require_pkg_config libsvtav1 "SvtAv1Enc >= 0.9.0" EbSvtAv1Enc.h svt_av1_enc_init_handle