mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
msdk: meson: don't warn deprecated symbols
Since it's impossible to not to use any because any possible version mismatch between the header and the runtime, such in the case of the denoise structure. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5283>
This commit is contained in:
parent
b3b2f3016c
commit
b5de07a8c5
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ onevpl_extra_args = []
|
|||
|
||||
extra_args = [
|
||||
'-DGST_USE_UNSTABLE_API',
|
||||
'-DMFX_DEPRECATED_OFF'
|
||||
]
|
||||
|
||||
msdk_option = get_option('msdk')
|
||||
|
|
Loading…
Reference in a new issue