Re: [FFmpeg-devel] [PATCH v2] videotoolbox: Fix building with older SDKs

2025-03-26 Thread Martin Storsjö
On Wed, 26 Mar 2025, Zhao Zhili wrote: On Mar 26, 2025, at 16:53, Martin Storsjö wrote: The kVTVideoDecoderReferenceMissingErr constant was only added in the macOS 12 and iOS 15 SDKs. Use a hardcoded value instead of the named constant, to fix building with older SDKs after c6214b0d691566c7

Re: [FFmpeg-devel] [PATCH v2] videotoolbox: Fix building with older SDKs

2025-03-26 Thread Zhao Zhili
> On Mar 26, 2025, at 16:53, Martin Storsjö wrote: > > The kVTVideoDecoderReferenceMissingErr constant was only added > in the macOS 12 and iOS 15 SDKs. Use a hardcoded value instead > of the named constant, to fix building with older SDKs > after c6214b0d691566c7cb0f2ff5be08a24c3534e5bb. LGTM