$OpenBSD: patch-vp8_common_sad_c_c,v 1.3 2014/04/29 23:58:06 brad Exp $
--- vp8/common/sad_c.c.orig	Mon Oct 14 14:16:18 2013
+++ vp8/common/sad_c.c	Thu Dec  5 21:38:34 2013
@@ -11,8 +11,13 @@
 
 #include <limits.h>
 #include <stdlib.h>
+#include <sys/types.h>
 #include "vpx_config.h"
 #include "vpx/vpx_integer.h"
+
+#ifdef __STRICT_ALIGNMENT
+#define CONFIG_FAST_UNALIGNED 0
+#endif
 
 static unsigned int sad_mx_n_c(const unsigned char *src_ptr, int src_stride,
                                const unsigned char *ref_ptr, int ref_stride,
