Commit 148f69eb authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'f5eecee8'

* commit 'f5eecee8':
  ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 3ad5d869 f5eecee8
......@@ -34,6 +34,8 @@
#include "types_altivec.h"
#if HAVE_ALTIVEC
// used to build registers permutation vectors (vcprm)
// the 's' are for words in the _s_econd vector
#define WORD_0 0x00,0x01,0x02,0x03
......@@ -115,4 +117,6 @@ static inline vec_u8 load_with_perm_vec(int offset, uint8_t *src, vec_u8 perm_ve
return vec_perm(a, b, perm_vec);
}
#endif /* HAVE_ALTIVEC */
#endif /* AVUTIL_PPC_UTIL_ALTIVEC_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment