mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
Fix SRT Library package config name
This commit is contained in:
parent
2169c8807b
commit
6d930e45c2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ srt_sources = [
|
|||
'gstsrtserversink.c',
|
||||
]
|
||||
|
||||
srt_dep = dependency('libsrt', required : false)
|
||||
srt_dep = dependency('srt', required : false)
|
||||
|
||||
if not srt_dep.found() and cc.has_header_symbol('srt/srt.h', 'srt_startup')
|
||||
srt_dep = cc.find_library('srt', required : false)
|
||||
|
|
Loading…
Reference in a new issue