git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Blackfin is a strictly aligned processor.
[ffmpeg.git]
/
libavcodec
/
bitstream.h
diff --git
a/libavcodec/bitstream.h
b/libavcodec/bitstream.h
index
e584774
..
2ef76ec
100644
(file)
--- a/
libavcodec/bitstream.h
+++ b/
libavcodec/bitstream.h
@@
-166,7
+166,7
@@
typedef struct RL_VLC_ELEM {
uint8_t run;
} RL_VLC_ELEM;
-#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS)
+#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS)
|| defined(ARCH_BFIN)
#define UNALIGNED_STORES_ARE_BAD
#endif