Re: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal version of libmfx

2022-05-25 Thread Xiang, Haihao
On Wed, 2022-05-25 at 12:22 -0400, Leo Izen wrote: > > On 5/25/22 12:05, Timo Rothenpieler wrote: > > > > > > On 22/05/2022 14:19, Haihao Xiang wrote: > > > libmfx 1.28 was released 3 years ago, it is easy to get a greater > > > version than 1.28. We may remove lots of compile-time checks if add

Re: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal version of libmfx

2022-05-25 Thread Xiang, Haihao
On Wed, 2022-05-25 at 18:05 +0200, Timo Rothenpieler wrote: > > On 22/05/2022 14:19, Haihao Xiang wrote: > > libmfx 1.28 was released 3 years ago, it is easy to get a greater > > version than 1.28. We may remove lots of compile-time checks if adding > > the requirement for the minimal version in t

Re: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal version of libmfx

2022-05-25 Thread Leo Izen
On 5/25/22 12:05, Timo Rothenpieler wrote: On 22/05/2022 14:19, Haihao Xiang wrote: libmfx 1.28 was released 3 years ago, it is easy to get a greater version than 1.28. We may remove lots of compile-time checks if adding the requirement for the minimal version in the configure script. ---  

Re: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal version of libmfx

2022-05-25 Thread Timo Rothenpieler
On 22/05/2022 14:19, Haihao Xiang wrote: libmfx 1.28 was released 3 years ago, it is easy to get a greater version than 1.28. We may remove lots of compile-time checks if adding the requirement for the minimal version in the configure script. --- configure | 7 +- libavco

Re: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal version of libmfx

2022-05-24 Thread Xiang, Haihao
> > -Original Message- > > From: ffmpeg-devel On Behalf Of Haihao > > Xiang > > Sent: Sunday, May 22, 2022 2:19 PM > > To: ffmpeg-devel@ffmpeg.org > > Cc: Haihao Xiang > > Subject: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal >

Re: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal version of libmfx

2022-05-22 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Haihao > Xiang > Sent: Sunday, May 22, 2022 2:19 PM > To: ffmpeg-devel@ffmpeg.org > Cc: Haihao Xiang > Subject: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal > version of libmfx > > li

Re: [FFmpeg-devel] [PATCH] qsv: add requirement for the mininal version of libmfx

2022-05-22 Thread Jean-Baptiste Kempf
On Sun, 22 May 2022, at 14:19, Haihao Xiang wrote: > libmfx 1.28 was released 3 years ago, it is easy to get a greater > version than 1.28. We may remove lots of compile-time checks if adding > the requirement for the minimal version in the configure script. I think this is reasonable. jb -- Je

[FFmpeg-devel] [PATCH] qsv: add requirement for the mininal version of libmfx

2022-05-22 Thread Haihao Xiang
libmfx 1.28 was released 3 years ago, it is easy to get a greater version than 1.28. We may remove lots of compile-time checks if adding the requirement for the minimal version in the configure script. --- configure | 7 +- libavcodec/qsv.c | 24 -- libavcodec/qsvenc.