Re: [FFmpeg-devel] [PATCH 1/3] amfenc: Update the min version to 1.4.36.0 for AMF SDK.

2025-06-06 Thread Dmitrii Ovchinnikov
> > > AMF doesn't always require the latest version, however, since the library is under active development, I periodically update it before integrating newly added features. Without updating the header version, some defines (such as names of new parameters) are unavailable. For the user, everythin

Re: [FFmpeg-devel] [PATCH 1/3] amfenc: Update the min version to 1.4.36.0 for AMF SDK.

2025-06-06 Thread Zhao Zhili
> On May 30, 2025, at 21:58, Dmitrii Ovchinnikov > wrote: > > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index a1f483f02c..b9de840ec2 100755 > --- a/configure > +++ b/configure > @@ -7476,7 +7476,7 @@ fi > > enabled amf &&

[FFmpeg-devel] [PATCH 1/3] amfenc: Update the min version to 1.4.36.0 for AMF SDK.

2025-05-30 Thread Dmitrii Ovchinnikov
--- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a1f483f02c..b9de840ec2 100755 --- a/configure +++ b/configure @@ -7476,7 +7476,7 @@ fi enabled amf && check_cpp_condition amf "AMF/core/Version.h" \ -"(AMF_VERSION_MAJOR <<