mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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()
|
if spandsp_dep.found()
|
||||||
gstspandsp = library('gstspandsp',
|
gstspandsp = library('gstspandsp',
|
||||||
spandsp_sources,
|
spandsp_sources,
|
||||||
c_args : gst_plugins_bad_args,
|
c_args : gst_plugins_bad_args + cc.get_supported_arguments(['-Wno-undef']),
|
||||||
include_directories : [configinc],
|
include_directories : [configinc],
|
||||||
dependencies : [gstvideo_dep, spandsp_dep],
|
dependencies : [gstvideo_dep, spandsp_dep],
|
||||||
install : true,
|
install : true,
|
||||||
|
|
Loading…
Reference in a new issue