From 00bbd6961c0e08bcc64bb070e23fe79f2a1a6826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 23 Feb 2024 11:00:36 +0200 Subject: [PATCH] libav: Don't add `-Werror=deprecated-declarations` It will fail the build for anybody who has an older FFmpeg version than 6.1 and doesn't use the FFmpeg subproject. Part-of: --- subprojects/gst-libav/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/subprojects/gst-libav/meson.build b/subprojects/gst-libav/meson.build index 556a84a2a7..81495f59d6 100644 --- a/subprojects/gst-libav/meson.build +++ b/subprojects/gst-libav/meson.build @@ -212,7 +212,6 @@ warning_flags = [ '-Waggregate-return', '-Wvla', '-Wpointer-arith', - '-Werror=deprecated-declarations' # to fail on FFmpeg deprecated usage ] foreach extra_arg : warning_flags