From: Sebastian Dröge Date: Fri, 23 Feb 2024 09:00:36 +0000 (+0200) Subject: libav: Don't add `-Werror=deprecated-declarations` X-Git-Tag: 1.24.0~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00bbd6961c0e08bcc64bb070e23fe79f2a1a6826;p=platform%2Fupstream%2Fgstreamer.git 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: --- 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