https://github.com/grapheneos-archive/platform_external_webp
https://github.com/grapheneos-archive/platform_external_webp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grapheneos-archive/platform_external_webp
- Owner: GrapheneOS-Archive
- License: bsd-3-clause
- Created: 2023-09-17T23:57:26.000Z (over 1 year ago)
- Default Branch: 13
- Last Pushed: 2025-01-21T21:17:42.000Z (4 months ago)
- Last Synced: 2025-01-23T16:21:53.932Z (4 months ago)
- Language: C
- Homepage: https://grapheneos.org/
- Size: 12.2 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.android
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
URL: https://chromium.googlesource.com/webm/libwebp
Version: 1.2.2
License: Google BSD likeLocal modifications:
- Copy public headers from src/webp to include/webp, so path to headers
may be appended into CFLAGS without risk for other private headers
(e.g. bits.h) to leak into
- Removed build files necessary for building via autoconf/automake tools
These files are not required to build via Android.bpThe Android.bp file creates WebP decoder and encoder static libraries which
can be added to any application by adding libwebp-decode and libwebp-encode to
'static_libs'.