Revision 5b21bdab libavcodec/ppc/mathops.h
libavcodec/ppc/mathops.h | ||
---|---|---|
20 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 21 |
*/ |
22 | 22 |
|
23 |
#ifndef AVCODEC_PPC_MATHOPS_H
|
|
24 |
#define AVCODEC_PPC_MATHOPS_H
|
|
23 |
#ifndef FFMPEG_PPC_MATHOPS_H
|
|
24 |
#define FFMPEG_PPC_MATHOPS_H
|
|
25 | 25 |
|
26 | 26 |
#if defined(ARCH_POWERPC_405) |
27 | 27 |
/* signed 16x16 -> 32 multiply add accumulate */ |
... | ... | |
35 | 35 |
__rt; }) |
36 | 36 |
#endif |
37 | 37 |
|
38 |
#endif // AVCODEC_PPC_MATHOPS_H |
|
38 |
#endif /* FFMPEG_PPC_MATHOPS_H */ |
Also available in: Unified diff