diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-10-02 11:39:32 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-10-02 11:39:32 +0000 |
commit | 89523beea45e265d985aace8be79b45e94f21e6b (patch) | |
tree | 22e94bf7a6cef3a705148ebfdb3b0621a82e0904 /libavcodec/ppc/h264_altivec.c | |
parent | 298726ba556587db5fc108870300297352bbe69f (diff) | |
download | ffmpeg-89523beea45e265d985aace8be79b45e94f21e6b.tar.gz |
Sanitize altivec code so it can be built with runtime check properly
Originally committed as revision 10640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/h264_altivec.c')
-rw-r--r-- | libavcodec/ppc/h264_altivec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/ppc/h264_altivec.c b/libavcodec/ppc/h264_altivec.c index 6e42694feb..8a98435163 100644 --- a/libavcodec/ppc/h264_altivec.c +++ b/libavcodec/ppc/h264_altivec.c @@ -22,7 +22,8 @@ #include "gcc_fixes.h" -#include "dsputil_altivec.h" +#include "dsputil_ppc.h" +#include "util_altivec.h" #include "types_altivec.h" #define PUT_OP_U8_ALTIVEC(d, s, dst) d = s |