]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/ppc/yuv2rgb_altivec.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libswscale / ppc / yuv2rgb_altivec.h
index 8c62c322e71c7c34e2cf4be00ad950a79c3bb5d8..aa52a4743ea87a20e0341ad41f637795c5c98506 100644 (file)
 #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,  \