libwebp/sharpyuv
Maryla a3b68c195e Build libsharpyuv as a full installable library.
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
2022-07-28 12:31:59 +00:00
..
Makefile.am Build libsharpyuv as a full installable library. 2022-07-28 12:31:59 +00:00
sharpyuv_csp.c sharpyuv: add support for 10/12/16 bit rgb and 10/12 bit yuv. 2022-05-23 20:48:44 +02:00
sharpyuv_csp.h Build libsharpyuv as a full installable library. 2022-07-28 12:31:59 +00:00
sharpyuv_dsp.c sharpyuv: add support for 10/12/16 bit rgb and 10/12 bit yuv. 2022-05-23 20:48:44 +02:00
sharpyuv_dsp.h sharpyuv: add support for 10/12/16 bit rgb and 10/12 bit yuv. 2022-05-23 20:48:44 +02:00
sharpyuv_gamma.c sharpyuv: increase precision of gamma<->linear conversion 2022-06-01 15:38:44 +02:00
sharpyuv_gamma.h sharpyuv: increase precision of gamma<->linear conversion 2022-06-01 15:38:44 +02:00
sharpyuv_neon.c sharpyuv: add 32bit version of SharpYuvFilterRow. 2022-06-01 13:42:29 +02:00
sharpyuv_sse2.c sharpyuv: add 32bit version of SharpYuvFilterRow. 2022-06-01 13:42:29 +02:00
sharpyuv.c Build libsharpyuv as a full installable library. 2022-07-28 12:31:59 +00:00
sharpyuv.h Build libsharpyuv as a full installable library. 2022-07-28 12:31:59 +00:00