diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-16 23:15:33 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-16 23:15:33 +0200 |
commit | 5caf99795aa81e1fc145b8e937b1ee8197ed2486 (patch) | |
tree | 28341279dd59d2930ecee03da6f5bf3b61da9acd /toolkit | |
parent | 963fc807963bf0bf83d5fefa945acbafa2dfc9ff (diff) | |
download | uxp-5caf99795aa81e1fc145b8e937b1ee8197ed2486.tar.gz |
Issue #251 - Move MOZ_AV1 back to ac configure for everyone to use.
Diffstat (limited to 'toolkit')
-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 128402257f..fe14cb5672 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', |