projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7565a0b
)
opus: disable docs option in meson fallback
author
Stéphane Cerveau
<scerveau@collabora.com>
Thu, 26 Nov 2020 16:37:01 +0000
(17:37 +0100)
committer
Stéphane Cerveau
<scerveau@collabora.com>
Thu, 26 Nov 2020 16:37:01 +0000
(17:37 +0100)
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>
ext/opus/meson.build
patch
|
blob
|
history
diff --git
a/ext/opus/meson.build
b/ext/opus/meson.build
index 130c92df344f31803b1c342800e1907b681ade3e..cca4a3babd61813a0f4bf618cf894b8631804ab9 100644
(file)
--- a/
ext/opus/meson.build
+++ b/
ext/opus/meson.build
@@
-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',