Issue #1342 - Remove support for system libvpx

This commit is contained in:
wolfbeast 2020-01-31 16:54:07 +01:00 committed by Roy Tam
commit fced04faa2
8 changed files with 1 additions and 56 deletions

View file

@ -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']