Commit 50115f72 authored by mru's avatar mru

ARM: use gcc inline asm in bswap.h only when available

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19311 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b307a00d
......@@ -40,7 +40,7 @@ static av_always_inline av_const uint32_t bswap_32(uint32_t x)
}
#endif /* HAVE_ARMV6 */
#else /* __ARMCC_VERSION */
#elif HAVE_INLINE_ASM
#if HAVE_ARMV6
#define bswap_16 bswap_16
......
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