FireBurn/Overlay

www-client/chromium-76.0.3809.25 failed to compile

Closed this issue · 5 comments

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

I've been using this for a while now and all seems ok, it also fixes the compile issue for newer chromium versions too.

It's just the one in portage with the vaapi patch from Arch Linux

Builds fine with libva 2.4.0... so the stable 1.7.3 version currently in Gentoo is "too old".

I'll try and figure out what the real minimum version is and get the ebuild updated

There's only libva-2.5 in portage now, so will close this