mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
opus: disable docs option in meson fallback
As the docs are not necessary, no need to keep it enabled. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/943>
This commit is contained in:
parent
7565a0b997
commit
20d541368a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ opus_sources = [
|
|||
]
|
||||
|
||||
opus_dep = dependency('opus', version: '>= 0.9.4', required: get_option('opus'),
|
||||
fallback: ['opus', 'opus_dep'])
|
||||
fallback: ['opus', 'opus_dep'], default_options: ['docs=disabled'])
|
||||
|
||||
if opus_dep.found()
|
||||
gstopus = library('gstopus',
|
||||
|
|
Loading…
Reference in a new issue