commit | e2c8f233ef4c0fd4cfdb3959d12181e54199d74e | [log] [tgz] |
---|---|---|
author | James Zern <jzern@google.com> | Fri Mar 29 00:51:39 2024 |
committer | James Zern <jzern@google.com> | Fri Mar 29 02:23:51 2024 |
tree | 3e62d653e07c54868ed650cce91e02e7d8c28d85 | |
parent | d537cd37045faf397614f4e51688d010e9d1d1fb [diff] |
cmake,wasm: simplify SDL2 related flags Use the result of find_package(SDL2); the cmake module is available prior to downloading the port. Previously the result of this call was ignored. This also updates the flags to use the results of SDL2_LIBRARIES which may be more future proof than specifying them manually. SDL2_INCLUDE_DIRS do not appear to be necessary with -sUSE_SDL2. Based in part on: https://github.com/microsoft/vcpkg/blob/d0b3e8efe3a885dcd5b764bf578e73c0bb83cc9f/ports/libwebp/0008-sdl.patch Bug: b:301040580 Change-Id: I83386b6c3d9628e3f0d9d17f20d47338d0db044a
__ __ ____ ____ ____ / \\/ \/ _ \/ _ )/ _ \ \ / __/ _ \ __/ \__\__/\____/\_____/__/ ____ ___ / _/ / \ \ / _ \/ _/ / \_/ / / \ \ __/ \__ \____/____/\_____/_____/____/v1.3.2
WebP codec is a library to encode and decode images in WebP format. This package contains the library that can be used in other programs to add WebP support, as well as the command line tools ‘cwebp’ and ‘dwebp’ to compress and decompress images respectively.
See https://developers.google.com/speed/webp for details on the image format.
The latest source tree is available at https://chromium.googlesource.com/webm/libwebp
It is released under the same license as the WebM project. See https://www.webmproject.org/license/software/ or the “COPYING” file for details. An additional intellectual property rights grant can be found in the file PATENTS.
See the building documentation.
The examples/ directory contains tools to encode and decode images and animations, view information about WebP images, and more. See the tools documentation.
See the APIs documentation, and API usage examples in the examples/
directory.
Please report all bugs to the issue tracker: https://bugs.chromium.org/p/webp
Patches welcome! See how to contribute.
Email: webp-discuss@webmproject.org
Web: https://groups.google.com/a/webmproject.org/group/webp-discuss