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:
Víctor Manuel Jáquez Leal 2023-09-14 20:17:06 +02:00 committed by GStreamer Marge Bot
parent b3b2f3016c
commit b5de07a8c5

View file

@ -31,6 +31,7 @@ onevpl_extra_args = []
extra_args = [
'-DGST_USE_UNSTABLE_API',
'-DMFX_DEPRECATED_OFF'
]
msdk_option = get_option('msdk')