[FFmpeg-cvslog] swscale: ppc: Add missing header #includes to pass 'make checkheaders'.

Diego Biurrun git at videolan.org
Fri Feb 10 01:47:53 CET 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Feb  8 11:01:41 2012 +0100| [a2e40cd3e2431065b06a88a78ff51ee7b3615b04] | committer: Diego Biurrun

swscale: ppc: Add missing header #includes to pass 'make checkheaders'.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2e40cd3e2431065b06a88a78ff51ee7b3615b04
---

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

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



More information about the ffmpeg-cvslog mailing list