diff --git a/chromium.spec b/chromium.spec index 8b69478..2c7ba41 100644 --- a/chromium.spec +++ b/chromium.spec @@ -79,9 +79,11 @@ # enable v4l2 and disable vaapi for aarch64 platform %ifarch aarch64 +%if 0%{?fedora} >= 36 %global use_vaapi 0 %global use_v4l2_codec 1 %endif +%endif # Seems like we might need this sometimes # Practically, no. But it's here in case we do.