summaryrefslogtreecommitdiff
path: root/toolkit/library
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
commitd4f4da2e2465b6a4635eaedab493e4311638e190 (patch)
tree39c52966f8c231e1401d7f32abc7f1ffdeecaa20 /toolkit/library
parent009f7f6baddafbda4d7e67f414e9211f8fd11e83 (diff)
downloadaura-central-d4f4da2e2465b6a4635eaedab493e4311638e190.tar.gz
Issue mcp-graveyard/UXP%1342 - Remove support for system libvpx
Diffstat (limited to 'toolkit/library')
-rw-r--r--toolkit/library/moz.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
index 506db8fef..3056799f0 100644
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
@@ -198,9 +198,6 @@ if CONFIG['MOZ_SYSTEM_JPEG']:
if CONFIG['MOZ_SYSTEM_HUNSPELL']:
OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS']
-if CONFIG['MOZ_SYSTEM_LIBVPX']:
- OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS']
-
if not CONFIG['MOZ_TREE_PIXMAN']:
OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS']