mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Add build files to support libwebp decoding.
This commit is contained in:
parent
e884585aba
commit
85b4e45fa7
10 changed files with 292 additions and 0 deletions
2
config/external/moz.build
vendored
2
config/external/moz.build
vendored
|
|
@ -36,6 +36,8 @@ if not CONFIG['MOZ_SYSTEM_LIBVPX']:
|
|||
if not CONFIG['MOZ_SYSTEM_PNG']:
|
||||
external_dirs += ['media/libpng']
|
||||
|
||||
external_dirs += ['media/libwebp']
|
||||
|
||||
if CONFIG['CPU_ARCH'] == 'arm':
|
||||
external_dirs += ['media/openmax_dl']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue