Merge changes I2877e7bb,I777cad70,I15af7d1a,I686e6740,If10538a9, ... into main

* changes:
  picture_csp_enc.c: remove SafeInitSharpYuv
  sharpyuv: prefer webp/types.h
  sharpyuv,SharpYuvInit: add mutex protection when available
  sharyuv_{neon,sse2}.c: merge WEBP_USE_* sections
  add a few missing <stddef.h> includes for NULL
  sharpyuv.h: remove <inttypes.h>
This commit is contained in:
James Zern
2022-08-17 18:13:09 +00:00
committed by Gerrit Code Review
11 changed files with 44 additions and 42 deletions

View File

@ -12,8 +12,6 @@
#ifndef WEBP_SHARPYUV_SHARPYUV_H_
#define WEBP_SHARPYUV_SHARPYUV_H_
#include <inttypes.h>
#ifdef __cplusplus
extern "C" {
#endif