mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 22:12:34 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue