diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-31 16:54:07 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-31 16:54:07 +0100 |
commit | 229f8412959a9480a9fa1784d6619aa5e97320c3 (patch) | |
tree | 39c52966f8c231e1401d7f32abc7f1ffdeecaa20 /toolkit/library | |
parent | d41ba28f5257f7c1425a0bde210e69fc5bb34a37 (diff) | |
download | uxp-229f8412959a9480a9fa1784d6619aa5e97320c3.tar.gz |
Issue #1342 - Remove support for system libvpx
Diffstat (limited to 'toolkit/library')
-rw-r--r-- | toolkit/library/moz.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build index 506db8fef9..3056799f0e 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'] |