mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
spandsp: Ignore undef issue in external headers
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
This commit is contained in:
parent
64e9142d75
commit
074aaafa33
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ spandsp_dep = dependency('spandsp', version : '>= 0.0.6', required : get_option(
|
|||
if spandsp_dep.found()
|
||||
gstspandsp = library('gstspandsp',
|
||||
spandsp_sources,
|
||||
c_args : gst_plugins_bad_args,
|
||||
c_args : gst_plugins_bad_args + cc.get_supported_arguments(['-Wno-undef']),
|
||||
include_directories : [configinc],
|
||||
dependencies : [gstvideo_dep, spandsp_dep],
|
||||
install : true,
|
||||
|
|
Loading…
Reference in a new issue