mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
meson: don't export symbols by default
Only plugin entry points should be exported.
This commit is contained in:
parent
5b22802b35
commit
28cc05ac1d
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@ else
|
|||
language : 'c')
|
||||
endif
|
||||
|
||||
# Symbol visibility
|
||||
if cc.has_argument('-fvisibility=hidden')
|
||||
add_project_arguments('-fvisibility=hidden', language: 'c')
|
||||
endif
|
||||
|
||||
if gst_dep.type_name() == 'internal'
|
||||
gst_proj = subproject('gstreamer')
|
||||
|
||||
|
|
Loading…
Reference in a new issue