mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
opus: add subproject fallback
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/924>
This commit is contained in:
parent
fe20cac1a7
commit
78ccc551d6
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ opus_sources = [
|
|||
'gstopusheader.c',
|
||||
]
|
||||
|
||||
opus_dep = dependency('opus', version : '>= 0.9.4', required : get_option('opus'))
|
||||
opus_dep = dependency('opus', version: '>= 0.9.4', required: get_option('opus'),
|
||||
fallback: ['opus', 'opus_dep'])
|
||||
|
||||
if opus_dep.found()
|
||||
gstopus = library('gstopus',
|
||||
|
|
Loading…
Reference in a new issue