Revision 5b21bdab libavcodec/ppc/util_altivec.h
libavcodec/ppc/util_altivec.h | ||
---|---|---|
21 | 21 |
* Contains misc utility macros and inline functions |
22 | 22 |
*/ |
23 | 23 |
|
24 |
#ifndef UTIL_ALTIVEC_H |
|
25 |
#define UTIL_ALTIVEC_H |
|
24 |
#ifndef FFMPEG_UTIL_ALTIVEC_H
|
|
25 |
#define FFMPEG_UTIL_ALTIVEC_H
|
|
26 | 26 |
|
27 | 27 |
// used to build registers permutation vectors (vcprm) |
28 | 28 |
// the 's' are for words in the _s_econd vector |
... | ... | |
103 | 103 |
return vec_perm(first, second, mask); |
104 | 104 |
} |
105 | 105 |
|
106 |
#endif /* UTIL_ALTIVEC_H */ |
|
106 |
#endif /* FFMPEG_UTIL_ALTIVEC_H */ |
Also available in: Unified diff