mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #1342 - Remove support for system libvpx
This commit is contained in:
parent
7b237d9768
commit
fced04faa2
8 changed files with 1 additions and 56 deletions
3
config/external/moz.build
vendored
3
config/external/moz.build
vendored
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue