]> git.sesse.net Git - ffmpeg/commit
configure: Change the configure check for tonemap_vaapi
authorXinpeng Sun <xinpeng.sun@intel.com>
Mon, 30 Dec 2019 07:32:56 +0000 (15:32 +0800)
committerMark Thompson <sw@jkqxz.net>
Tue, 7 Jan 2020 00:04:50 +0000 (00:04 +0000)
commitf0e7ac59866899d015ecedea6f792dd69c7be64a
treeaa5b402e514522aa4118c6e5ad920f5974d95759
parenta665a2ecda021012e5ec277ff16ca0014aa36b1d
configure: Change the configure check for tonemap_vaapi

"VAProcFilterParameterBufferHDRToneMapping" was defined in libva 2.4.1, which will lead to
build failure for the filter tonemap_vaapi for libva 2.3.0 with current check. This patch
is to fix this build error.

Signed-off-by: Xinpeng Sun <xinpeng.sun@intel.com>
configure