summaryrefslogtreecommitdiff
path: root/libswscale/ppc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-08 11:01:41 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-09 12:26:46 +0100
commita2e40cd3e2431065b06a88a78ff51ee7b3615b04 (patch)
tree8d3ec4108f5d62c29c0344c869d4ea3e44c0e9db /libswscale/ppc
parent0bba26466f9245414928d4d1c99db7b813e5ff43 (diff)
swscale: ppc: Add missing header #includes to pass 'make checkheaders'.
Diffstat (limited to 'libswscale/ppc')
-rw-r--r--libswscale/ppc/yuv2rgb_altivec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libswscale/ppc/yuv2rgb_altivec.h b/libswscale/ppc/yuv2rgb_altivec.h
index 626d2b0886..2c5e7ed876 100644
--- a/libswscale/ppc/yuv2rgb_altivec.h
+++ b/libswscale/ppc/yuv2rgb_altivec.h
@@ -24,6 +24,10 @@
#ifndef SWSCALE_PPC_YUV2RGB_ALTIVEC_H
#define SWSCALE_PPC_YUV2RGB_ALTIVEC_H
+#include <stdint.h>
+
+#include "libswscale/swscale_internal.h"
+
#define YUV2PACKEDX_HEADER(suffix) \
void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \
const int16_t *lumFilter, \