spandsp: Ignore undef issue in external headers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
This commit is contained in:
Edward Hervey 2025-01-10 16:30:25 +01:00 committed by GStreamer Marge Bot
parent 64e9142d75
commit 074aaafa33

View file

@ -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,