diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-06-14 18:02:51 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-06-14 18:02:51 -0700 |
commit | 0af0100030be9f2569d3dbf5ab746c2b97c009d0 (patch) | |
tree | 822e8fbbd063a22a47f42b0c7b4cd4c5a5a24b43 /build | |
parent | 521f6fb61e7bd01f11802c85b6780a46277db51e (diff) | |
download | UXP-0af0100030be9f2569d3dbf5ab746c2b97c009d0.tar UXP-0af0100030be9f2569d3dbf5ab746c2b97c009d0.tar.gz UXP-0af0100030be9f2569d3dbf5ab746c2b97c009d0.tar.lz UXP-0af0100030be9f2569d3dbf5ab746c2b97c009d0.tar.xz UXP-0af0100030be9f2569d3dbf5ab746c2b97c009d0.zip |
Revert "Issue #1342 - Remove support for system libvpx"
This reverts commit 229f8412959a9480a9fa1784d6619aa5e97320c3.
Diffstat (limited to 'build')
-rw-r--r-- | build/directive4.py | 1 | ||||
-rw-r--r-- | build/moz.configure/old.configure | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/build/directive4.py b/build/directive4.py index 650349d68..9150a2543 100644 --- a/build/directive4.py +++ b/build/directive4.py @@ -36,6 +36,7 @@ if ('MOZ_OFFICIAL_BRANDING' in listConfig) or (strBrandingDirectory.endswith("br 'MOZ_SYSTEM_JPEG', 'MOZ_SYSTEM_ZLIB', 'MOZ_SYSTEM_BZ2', + 'MOZ_SYSTEM_LIBVPX', 'MOZ_SYSTEM_JEMALLOC' ] diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index aba1edf85..ab19f16ac 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -290,6 +290,7 @@ def old_configure_options(*options): '--with-soft-float', '--with-system-bz2', '--with-system-jpeg', + '--with-system-libvpx', '--with-system-zlib', '--with-thumb', '--with-thumb-interwork', |