$OpenBSD: patch-vp8_common_reconinter_c,v 1.2 2014/04/29 23:58:06 brad Exp $
--- vp8/common/reconinter.c.orig	Fri Jan 10 15:12:40 2014
+++ vp8/common/reconinter.c	Mon Feb 17 14:37:59 2014
@@ -10,6 +10,7 @@
 
 
 #include <limits.h>
+#include <sys/types.h>
 #include "vpx_config.h"
 #include "vp8_rtcd.h"
 #include "vpx/vpx_integer.h"
@@ -17,6 +18,10 @@
 #include "reconinter.h"
 #if CONFIG_RUNTIME_CPU_DETECT
 #include "onyxc_int.h"
+#endif
+
+#ifdef __STRICT_ALIGNMENT
+#define CONFIG_FAST_UNALIGNED 0
 #endif
 
 void vp8_copy_mem16x16_c(
