mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6199>
This commit is contained in:
parent
dc8d744789
commit
00bbd6961c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue