projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea66f25
)
ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
author
Måns Rullgård
<mans@mansr.com>
Tue, 15 Jul 2008 19:06:03 +0000
(19:06 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 15 Jul 2008 19:06:03 +0000
(19:06 +0000)
Originally committed as revision 14240 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/bswap.h
patch
|
blob
|
history
diff --git
a/libavutil/bswap.h
b/libavutil/bswap.h
index
e1aa3f4
..
2f1e768
100644
(file)
--- a/
libavutil/bswap.h
+++ b/
libavutil/bswap.h
@@
-66,7
+66,7
@@
static av_always_inline av_const uint32_t bswap_32(uint32_t x)
: "=r"(x) : "0"(x));
#elif defined(HAVE_ARMV6)
asm("rev %0, %0" : "+r"(x));
-#elif defined(ARCH_ARM)
+#elif defined(ARCH_ARM
V4L
)
uint32_t t;
asm ("eor %1, %0, %0, ror #16 \n\t"
"bic %1, %1, #0xFF0000 \n\t"