mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
avtp: specify the required version of libavtp
Support of RVF requires libavtp in version 0.2.0 at least. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3897>
This commit is contained in:
parent
92a4cfe20f
commit
06b778e0a1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if host_machine.system() != 'linux' or not cc.has_type('struct sock_txtime', pre
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
avtp_dep = dependency('avtp', required: avtp_option,
|
avtp_dep = dependency('avtp', required: avtp_option, version : '>= 0.2.0',
|
||||||
fallback: ['avtp', 'avtp_dep'])
|
fallback: ['avtp', 'avtp_dep'])
|
||||||
|
|
||||||
if avtp_dep.found()
|
if avtp_dep.found()
|
||||||
|
|
Loading…
Reference in a new issue