Re: [FFmpeg-devel] [PATCH v4 10/10] configure: add --enable-libvpl option

2021-09-28 Thread James Almer
On 9/23/2021 3:28 AM, Haihao Xiang wrote: This allows user to build FFmpeg against Intel oneVPL. oneVPL 2.2 is the required minimum version when building Intel oneVPL code. It will fail to run configure script if both libmfx and libvpl are enabled. It is recommended to use oneVPL for new work,

[FFmpeg-devel] [PATCH v4 10/10] configure: add --enable-libvpl option

2021-09-22 Thread Haihao Xiang
This allows user to build FFmpeg against Intel oneVPL. oneVPL 2.2 is the required minimum version when building Intel oneVPL code. It will fail to run configure script if both libmfx and libvpl are enabled. It is recommended to use oneVPL for new work, even for currently available hardwares [1]