avcommon: use a specific macro to check the FFmpeg libavcodec version
authorSteve Lhomme <robux4@ycbcr.xyz>
Wed, 19 Jun 2024 11:59:15 +0000 (13:59 +0200)
committerSebastian Ramacher <sramacher@debian.org>
Tue, 21 Jan 2025 18:02:47 +0000 (19:02 +0100)
commit4969d59c1b6e0f074afe2094b77925d9de574f90
treee9540db78fb90700b91cd51677a053083aa623ec
parentb7415cd97425d87a1f5f9fe0e10d21576fa16f4a
avcommon: use a specific macro to check the FFmpeg libavcodec version

This macro doesn't check for libav which is assumed to not have to relevant
code. This is the same macro name used in VLC 4.0.

Gbp-Pq: Name 0087-avcommon-use-a-specific-macro-to-check-the-FFmpeg-li.patch
modules/codec/avcodec/audio.c
modules/codec/avcodec/avcommon.h
modules/codec/avcodec/avcommon_compat.h
modules/codec/avcodec/directx_va.c
modules/codec/avcodec/encoder.c
modules/codec/avcodec/fourcc.c
modules/codec/avcodec/video.c
modules/demux/avformat/demux.c
modules/demux/avformat/mux.c