swscale: ppc: Add missing header #includes to pass 'make checkheaders'.
This commit is contained in:
parent
0bba26466f
commit
a2e40cd3e2
@ -24,6 +24,10 @@
|
|||||||
#ifndef SWSCALE_PPC_YUV2RGB_ALTIVEC_H
|
#ifndef SWSCALE_PPC_YUV2RGB_ALTIVEC_H
|
||||||
#define SWSCALE_PPC_YUV2RGB_ALTIVEC_H
|
#define SWSCALE_PPC_YUV2RGB_ALTIVEC_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "libswscale/swscale_internal.h"
|
||||||
|
|
||||||
#define YUV2PACKEDX_HEADER(suffix) \
|
#define YUV2PACKEDX_HEADER(suffix) \
|
||||||
void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \
|
void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \
|
||||||
const int16_t *lumFilter, \
|
const int16_t *lumFilter, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user