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

@ -105,9 +105,6 @@ if CONFIG['MOZ_ALSA']:
if CONFIG['MOZ_SYSTEM_JPEG']:
OS_LIBS += CONFIG['MOZ_JPEG_LIBS']
if CONFIG['MOZ_SYSTEM_LIBVPX']:
OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS']
if not CONFIG['MOZ_TREE_PIXMAN']:
OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS']