Re: [FFmpeg-devel] [PATCH v12 13/13] configure: add --enable-libvpl option

2022-08-10 Thread Xiang, Haihao
On Mon, 2022-08-01 at 15:27 +0200, Anton Khirnov wrote: > Quoting Xiang, Haihao (2022-07-25 06:11:51) > > +elif enabled libvpl; then > > +# Consider pkg-config only. The name of libmfx is still passed to > > check_pkg_config function for --enable-libvpl option > > +# because QSV has dependency on l

Re: [FFmpeg-devel] [PATCH v12 13/13] configure: add --enable-libvpl option

2022-08-01 Thread Anton Khirnov
Quoting Xiang, Haihao (2022-07-25 06:11:51) > +elif enabled libvpl; then > +# Consider pkg-config only. The name of libmfx is still passed to > check_pkg_config function for --enable-libvpl option > +# because QSV has dependency on libmfx, we can use the same dependency if > using libmfx in this

[FFmpeg-devel] [PATCH v12 13/13] configure: add --enable-libvpl option

2022-07-24 Thread Xiang, Haihao
From: Haihao Xiang This allows user to build FFmpeg against Intel oneVPL. oneVPL 2.6 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 avai