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>
Fri, 7 Mar 2025 06:31:22 +0000 (07:31 +0100)
commit2e6eedc0f646d638581406b920464d4b0cbd6f58
tree241837986e134f5d49a48ccedcaff2f3eac41dad
parent2ab9edb9843d5ece31aedb5584858c5555980568
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