FireBurn / Overlay

Gentoo Overly
GNU General Public License v3.0
21 stars 6 forks source link

www-client/chromium-76.0.3809.25 failed to compile #60

Closed shelterx closed 4 years ago

shelterx commented 5 years ago

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 5 years ago

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 5 years ago

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

shelterx commented 5 years ago

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

FireBurn commented 5 years ago

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

FireBurn commented 4 years ago

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