diff ppc/util_altivec.h @ 6078:3b73d2fbc9e4 libavcodec

Fix make checkheaders.
author diego
date Thu, 27 Dec 2007 12:56:49 +0000
parents 1d83e9c34641
children 71d8c1fd3d88
line wrap: on
line diff
--- a/ppc/util_altivec.h	Thu Dec 27 12:31:23 2007 +0000
+++ b/ppc/util_altivec.h	Thu Dec 27 12:56:49 2007 +0000
@@ -24,6 +24,14 @@
 #ifndef FFMPEG_UTIL_ALTIVEC_H
 #define FFMPEG_UTIL_ALTIVEC_H
 
+#include <stdint.h>
+
+#include "config.h"
+
+#ifdef HAVE_ALTIVEC_H
+#include <altivec.h>
+#endif
+
 // used to build registers permutation vectors (vcprm)
 // the 's' are for words in the _s_econd vector
 #define WORD_0 0x00,0x01,0x02,0x03