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

@ -30,8 +30,7 @@ if CONFIG['MOZ_TREMOR']:
if CONFIG['MOZ_WEBM_ENCODER']:
external_dirs += ['media/libmkv']
if not CONFIG['MOZ_SYSTEM_LIBVPX']:
external_dirs += ['media/libvpx']
external_dirs += ['media/libvpx']
if CONFIG['MOZ_AV1']:
external_dirs += ['media/libaom']