Issue #1939 - Part 1: Update build system for libwebp.

This commit is contained in:
Job Bautista 2022-06-26 12:51:41 +08:00 • committed by roytam1
commit 56d49fd570
11 changed files with 250 additions and 118 deletions

View file

@ -9,6 +9,8 @@ with Files('**'):
EXPORTS.webp += [
'webp/decode.h',
'webp/demux.h',
'webp/encode.h',
'webp/format_constants.h',
'webp/mux_types.h',
'webp/types.h',
]
@ -17,6 +19,7 @@ DIRS += [
'dec',
'demux',
'dsp',
'enc',
'moz',
'utils',
]