From e518a018299ca59d8dbf36e48af815398bb1c455 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 13 Apr 2020 22:00:56 +0200 Subject: Ensure AV1 is enabled in all builds by default. --- basilisk/confvars.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/basilisk/confvars.sh b/basilisk/confvars.sh index 1e6b6fb..f486172 100644 --- a/basilisk/confvars.sh +++ b/basilisk/confvars.sh @@ -57,6 +57,7 @@ MOZ_SERVICES_SYNC=1 MOZ_SERVICES_HEALTHREPORT= MOZ_SAFE_BROWSING= MOZ_GAMEPAD=1 +MOZ_AV1=1 MOZ_SECURITY_SQLSTORE=1 # Disable checking that add-ons are signed by the trusted root MOZ_ADDON_SIGNING=0 -- cgit v1.2.3