Mercurial > libavcodec.hg
diff arm/mathops.h @ 9141:489def16f0c7 libavcodec
ARM: disable inline asm for armcc
| author | mru |
|---|---|
| date | Thu, 05 Mar 2009 21:20:13 +0000 |
| parents | 37dd457573a4 |
| children | 25136467a218 |
line wrap: on
line diff
--- a/arm/mathops.h Thu Mar 05 07:35:06 2009 +0000 +++ b/arm/mathops.h Thu Mar 05 21:20:13 2009 +0000 @@ -25,6 +25,8 @@ #include <stdint.h> #include "libavutil/common.h" +#if HAVE_INLINE_ASM + # define MULL MULL static inline av_const int MULL(int a, int b, unsigned shift) { @@ -108,4 +110,6 @@ return m; } +#endif /* HAVE_INLINE_ASM */ + #endif /* AVCODEC_ARM_MATHOPS_H */
