mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-04 16:06:49 +02:00
sharpyuv: prefer webp/types.h
this provides better compatibility for older Visual Studio versions; stdint.h is a part of C99. this is consistent with the core libwebp library: 8fbb9188 prefer webp/types.h over stdint.h Change-Id: I777cad70d9a407646c4193db9ca0f09e65d88735
This commit is contained in:
parent
782ed48cd3
commit
6af8845a8f
@ -12,6 +12,7 @@ libsharpyuvinclude_HEADERS += sharpyuv.h
|
|||||||
libsharpyuvinclude_HEADERS += sharpyuv_csp.h
|
libsharpyuvinclude_HEADERS += sharpyuv_csp.h
|
||||||
noinst_HEADERS =
|
noinst_HEADERS =
|
||||||
noinst_HEADERS += ../src/dsp/cpu.h
|
noinst_HEADERS += ../src/dsp/cpu.h
|
||||||
|
noinst_HEADERS += ../src/webp/types.h
|
||||||
|
|
||||||
libsharpyuv_sse2_la_SOURCES =
|
libsharpyuv_sse2_la_SOURCES =
|
||||||
libsharpyuv_sse2_la_SOURCES += sharpyuv_sse2.c
|
libsharpyuv_sse2_la_SOURCES += sharpyuv_sse2.c
|
||||||
|
@ -12,9 +12,8 @@
|
|||||||
#ifndef WEBP_SHARPYUV_SHARPYUV_DSP_H_
|
#ifndef WEBP_SHARPYUV_SHARPYUV_DSP_H_
|
||||||
#define WEBP_SHARPYUV_SHARPYUV_DSP_H_
|
#define WEBP_SHARPYUV_SHARPYUV_DSP_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#include "src/dsp/cpu.h"
|
#include "src/dsp/cpu.h"
|
||||||
|
#include "src/webp/types.h"
|
||||||
|
|
||||||
extern uint64_t (*SharpYuvUpdateY)(const uint16_t* src, const uint16_t* ref,
|
extern uint64_t (*SharpYuvUpdateY)(const uint16_t* src, const uint16_t* ref,
|
||||||
uint16_t* dst, int len, int bit_depth);
|
uint16_t* dst, int len, int bit_depth);
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#include "src/webp/types.h"
|
#include "src/webp/types.h"
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#ifndef WEBP_SHARPYUV_SHARPYUV_GAMMA_H_
|
#ifndef WEBP_SHARPYUV_SHARPYUV_GAMMA_H_
|
||||||
#define WEBP_SHARPYUV_SHARPYUV_GAMMA_H_
|
#define WEBP_SHARPYUV_SHARPYUV_GAMMA_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
#include "src/webp/types.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user