summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 16:54:07 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-31 16:54:07 +0100
commit229f8412959a9480a9fa1784d6619aa5e97320c3 (patch)
tree39c52966f8c231e1401d7f32abc7f1ffdeecaa20 /build
parentd41ba28f5257f7c1425a0bde210e69fc5bb34a37 (diff)
downloadUXP-229f8412959a9480a9fa1784d6619aa5e97320c3.tar
UXP-229f8412959a9480a9fa1784d6619aa5e97320c3.tar.gz
UXP-229f8412959a9480a9fa1784d6619aa5e97320c3.tar.lz
UXP-229f8412959a9480a9fa1784d6619aa5e97320c3.tar.xz
UXP-229f8412959a9480a9fa1784d6619aa5e97320c3.zip
Issue #1342 - Remove support for system libvpx
Diffstat (limited to 'build')
-rw-r--r--build/directive4.py1
-rw-r--r--build/moz.configure/old.configure1
2 files changed, 0 insertions, 2 deletions
diff --git a/build/directive4.py b/build/directive4.py
index 9150a2543..650349d68 100644
--- a/build/directive4.py
+++ b/build/directive4.py
@@ -36,7 +36,6 @@ 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 a8e82cb79..df955f001 100644
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -287,7 +287,6 @@ 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',