summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-13 22:00:56 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-13 22:00:56 +0200
commite518a018299ca59d8dbf36e48af815398bb1c455 (patch)
treee5cfb5e3d45dfee4ad69dd5e5d0e3e531459d742
parentf81229ee72be41948e7c8d791fe04e9de4391c9d (diff)
downloadbasilisk-e518a018299ca59d8dbf36e48af815398bb1c455.tar.gz
Ensure AV1 is enabled in all builds by default.
-rw-r--r--basilisk/confvars.sh1
1 files changed, 1 insertions, 0 deletions
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