mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
curl: Require libcurl 7.55.0
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T is available from libcurl version 7.55.0.
This commit is contained in:
parent
a7dc407041
commit
8106fd1a64
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ curl_sources = [
|
||||||
'gstcurlqueue.c',
|
'gstcurlqueue.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
curl_dep = dependency('libcurl', version : '>= 7.35.0', required : get_option('curl'))
|
curl_dep = dependency('libcurl', version : '>= 7.55.0', required : get_option('curl'))
|
||||||
|
|
||||||
if curl_dep.found()
|
if curl_dep.found()
|
||||||
ssh_dep = dependency('libssh2', version : '>= 1.4.3', required : get_option('curl-ssh2'))
|
ssh_dep = dependency('libssh2', version : '>= 1.4.3', required : get_option('curl-ssh2'))
|
||||||
|
|
Loading…
Reference in a new issue