diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-16 23:15:33 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-24 10:25:57 +0200 |
commit | a4a8d082a3c3c78f87a7a458dfa6e7f39134deb2 (patch) | |
tree | b4122b2b9fd73d3c86dc0764848994b8a896ffcc /toolkit/moz.configure | |
parent | adce88de958c505822c2381386950d18fa1d9b58 (diff) | |
download | UXP-a4a8d082a3c3c78f87a7a458dfa6e7f39134deb2.tar UXP-a4a8d082a3c3c78f87a7a458dfa6e7f39134deb2.tar.gz UXP-a4a8d082a3c3c78f87a7a458dfa6e7f39134deb2.tar.lz UXP-a4a8d082a3c3c78f87a7a458dfa6e7f39134deb2.tar.xz UXP-a4a8d082a3c3c78f87a7a458dfa6e7f39134deb2.zip |
Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use.
Diffstat (limited to 'toolkit/moz.configure')
-rw-r--r-- | toolkit/moz.configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/toolkit/moz.configure b/toolkit/moz.configure index 128402257..fe14cb567 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -345,20 +345,6 @@ set_config('MOZ_FMP4', fmp4) set_define('MOZ_FMP4', fmp4) add_old_configure_assignment('MOZ_FMP4', fmp4) -# Libaom AV1 Video Codec Support -# ============================================================== -option('--enable-av1', - help='Enable libaom for av1 video support') - -@depends('--enable-av1') -def av1(value): - enabled = bool(value) - if enabled: - return True - -set_config('MOZ_AV1', av1) -set_define('MOZ_AV1', av1) - # Miscellaneous # ============================================================== option(name='--enable-chrome-format', |