mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
use SPA_EXPORT to export symbols
This commit is contained in:
parent
a563050797
commit
569cbb48a9
52 changed files with 326 additions and 24 deletions
|
|
@ -42,7 +42,11 @@ have_cpp = add_languages('cpp', required : false)
|
|||
cc = meson.get_compiler('c')
|
||||
|
||||
if cc.get_id() == 'gcc'
|
||||
add_global_arguments('-Wsign-compare', '-Wimplicit-fallthrough', '-Wpointer-arith', language : 'c')
|
||||
add_global_arguments('-fvisibility=hidden',
|
||||
'-Wsign-compare',
|
||||
'-Wimplicit-fallthrough',
|
||||
'-Wpointer-arith',
|
||||
language : 'c')
|
||||
endif
|
||||
|
||||
cdata = configuration_data()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue