From b5de07a8c58f11137267473a769df65886f79768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Thu, 14 Sep 2023 20:17:06 +0200 Subject: [PATCH] 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: --- subprojects/gst-plugins-bad/sys/msdk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-bad/sys/msdk/meson.build b/subprojects/gst-plugins-bad/sys/msdk/meson.build index aaf3bdab7f..51bf953a0e 100644 --- a/subprojects/gst-plugins-bad/sys/msdk/meson.build +++ b/subprojects/gst-plugins-bad/sys/msdk/meson.build @@ -31,6 +31,7 @@ onevpl_extra_args = [] extra_args = [ '-DGST_USE_UNSTABLE_API', + '-DMFX_DEPRECATED_OFF' ] msdk_option = get_option('msdk')