From a2e40cd3e2431065b06a88a78ff51ee7b3615b04 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 8 Feb 2012 11:01:41 +0100
Subject: [PATCH] swscale: ppc: Add missing header #includes to pass 'make
 checkheaders'.

---
 libswscale/ppc/yuv2rgb_altivec.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libswscale/ppc/yuv2rgb_altivec.h b/libswscale/ppc/yuv2rgb_altivec.h
index 626d2b0886d..2c5e7ed8764 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,  \
-- 
GitLab