mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
a3b68c195e
Headers are installed in a "sharpyuv" subdirectory of the webp dir, e.g. /usr/local/include/webp/sharpyuv/ Remove unnecessary dependency from sharpyuv to webp/types.h Add SHARPYUV_EXTERN so that only symbols meant to be public are exported. Sharpyuv users can use the library with: find_package(WebP) if(TARGET WebP::sharpyuv) # ... use WebP::sharpyuv endif() Change-Id: I602a25521a135a2edc39d6587610484fe6447ec5 |
||
---|---|---|
.. | ||
Makefile.am | ||
sharpyuv_csp.c | ||
sharpyuv_csp.h | ||
sharpyuv_dsp.c | ||
sharpyuv_dsp.h | ||
sharpyuv_gamma.c | ||
sharpyuv_gamma.h | ||
sharpyuv_neon.c | ||
sharpyuv_sse2.c | ||
sharpyuv.c | ||
sharpyuv.h |