Re: [FFmpeg-devel] [PATCH] avfoundation: Fix version checks

2023-12-15 Thread Zhao Zhili
> On Dec 15, 2023, at 19:41, Thilo Borgmann via ffmpeg-devel > wrote: > > Am 15.12.23 um 12:32 schrieb Martin Storsjö via ffmpeg-devel: >> On Fri, 15 Dec 2023, Zhao Zhili wrote: >>> On Dec 15, 2023, at 18:11, Martin Storsjö wrote: _VERSION_MAX_ALLOWED indicates what version

Re: [FFmpeg-devel] [PATCH] avfoundation: Fix version checks

2023-12-15 Thread Thilo Borgmann via ffmpeg-devel
Am 15.12.23 um 12:32 schrieb Martin Storsjö via ffmpeg-devel: On Fri, 15 Dec 2023, Zhao Zhili wrote: On Dec 15, 2023, at 18:11, Martin Storsjö wrote: _VERSION_MAX_ALLOWED indicates what version is available in the SDK, while _VERSION_MIN_REQUIRED is the version we can assume is available, i

Re: [FFmpeg-devel] [PATCH] avfoundation: Fix version checks

2023-12-15 Thread Martin Storsjö via ffmpeg-devel
On Fri, 15 Dec 2023, Zhao Zhili wrote: On Dec 15, 2023, at 18:11, Martin Storsjö wrote: _VERSION_MAX_ALLOWED indicates what version is available in the SDK, while _VERSION_MIN_REQUIRED is the version we can assume is available, i.e. similar to what is set with e.g. -miphoneos-version-min on

Re: [FFmpeg-devel] [PATCH] avfoundation: Fix version checks

2023-12-15 Thread Zhao Zhili
> On Dec 15, 2023, at 18:11, Martin Storsjö wrote: > > _VERSION_MAX_ALLOWED indicates what version is available in > the SDK, while _VERSION_MIN_REQUIRED is the version we can > assume is available, i.e. similar to what is set with e.g. > -miphoneos-version-min on the command line. >

Re: [FFmpeg-devel] [PATCH] avfoundation: Fix version checks

2023-12-15 Thread Thilo Borgmann via ffmpeg-devel
Am 15.12.23 um 11:11 schrieb Martin Storsjö: _VERSION_MAX_ALLOWED indicates what version is available in the SDK, while _VERSION_MIN_REQUIRED is the version we can assume is available, i.e. similar to what is set with e.g. -miphoneos-version-min on the command line. This fixes build errors like