$OpenBSD: patch-libavcodec_dsputil_c,v 1.3 2007/09/24 07:51:24 jakemsr Exp $ --- libavcodec/dsputil.c.orig Mon Sep 10 19:17:58 2007 +++ libavcodec/dsputil.c Mon Sep 10 19:52:11 2007 @@ -3847,7 +3847,7 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx { int i; - ff_check_alignment(); + /*ff_check_alignment();*/ #ifdef CONFIG_ENCODERS if(avctx->dct_algo==FF_DCT_FASTINT) {