diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-27 12:56:49 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-27 12:56:49 +0000 |
commit | 35562dc962c0adb2ae48bb9e0680f87aab170d1c (patch) | |
tree | 93bd4119b9f395e6bc81074bd0171e9418570f28 /libavcodec/ppc/util_altivec.h | |
parent | 3035cb67967c6fdf562fd8c215c190b55f17a807 (diff) | |
download | ffmpeg-35562dc962c0adb2ae48bb9e0680f87aab170d1c.tar.gz |
Fix make checkheaders.
Originally committed as revision 11331 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/util_altivec.h')
-rw-r--r-- | libavcodec/ppc/util_altivec.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libavcodec/ppc/util_altivec.h b/libavcodec/ppc/util_altivec.h index ed029b4d85..a534df9bef 100644 --- a/libavcodec/ppc/util_altivec.h +++ b/libavcodec/ppc/util_altivec.h @@ -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 |