[SCM] libav/experimental: MIPS doesn't like unaligned accesses
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:48:02 UTC 2013
The following commit has been merged in the experimental branch:
commit e6f0ad516794a2c7c707de84942c79ca56fa3416
Author: Måns Rullgård <mans at mansr.com>
Date: Mon Jun 12 21:34:43 2006 +0000
MIPS doesn't like unaligned accesses
Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/bitstream.h b/libavcodec/bitstream.h
index 195bcc7..265e934 100644
--- a/libavcodec/bitstream.h
+++ b/libavcodec/bitstream.h
@@ -135,7 +135,7 @@ typedef struct RL_VLC_ELEM {
uint8_t run;
} RL_VLC_ELEM;
-#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L)
+#if defined(ARCH_SPARC) || defined(ARCH_ARMV4L) || defined(ARCH_MIPS)
#define UNALIGNED_STORES_ARE_BAD
#endif
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list