msdk: Ignore aggregate return warning
That's how their API is implemented Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
This commit is contained in:
parent
b4b140440f
commit
72639bafb7
@ -33,6 +33,8 @@ extra_args = [
|
|||||||
'-DGST_USE_UNSTABLE_API',
|
'-DGST_USE_UNSTABLE_API',
|
||||||
'-DMFX_DEPRECATED_OFF'
|
'-DMFX_DEPRECATED_OFF'
|
||||||
]
|
]
|
||||||
|
# Ignore aggregate from SDK
|
||||||
|
extra_args += cc.get_supported_arguments(['-Wno-aggregate-return'])
|
||||||
|
|
||||||
msdk_option = get_option('msdk')
|
msdk_option = get_option('msdk')
|
||||||
if msdk_option.disabled()
|
if msdk_option.disabled()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user