www-client/chromium-76.0.3809.25 failed to compile
Closed this issue · 5 comments
shelterx commented
See build.log
build.zip
EDIT:
Adding the following to vaapi_wrapper.cc seems to have fixed the problem, but I don't know if it's correct. A dirty fix I found regarding another vaapi compile issue.
#ifndef VA_FOURCC_I420
#define VA_FOURCC_I420 VA_FOURCC('I', '4', '2', '0')
#endif
shelterx commented
I've been using this for a while now and all seems ok, it also fixes the compile issue for newer chromium versions too.
FireBurn commented
It's just the one in portage with the vaapi patch from Arch Linux
shelterx commented
Builds fine with libva 2.4.0... so the stable 1.7.3 version currently in Gentoo is "too old".
FireBurn commented
I'll try and figure out what the real minimum version is and get the ebuild updated
FireBurn commented
There's only libva-2.5 in portage now, so will close this