$OpenBSD: patch-third_party_ffmpeg_libavcodec_x86_cabac_h,v 1.2 2015/05/06 14:27:24 robert Exp $
--- third_party/ffmpeg/libavcodec/x86/cabac.h.orig.port	Thu Nov 13 23:02:42 2014
+++ third_party/ffmpeg/libavcodec/x86/cabac.h	Fri Nov 14 22:03:05 2014
@@ -29,7 +29,7 @@
 
 #if   (defined(__i386) && defined(__clang__) && (__clang_major__<2 || (__clang_major__==2 && __clang_minor__<10)))\
    || (                  !defined(__clang__) && defined(__llvm__) && __GNUC__==4 && __GNUC_MINOR__==2 && __GNUC_PATCHLEVEL__<=1)\
-   || (defined(__INTEL_COMPILER) && defined(_MSC_VER))
+   || (defined(__INTEL_COMPILER) && defined(_MSC_VER)) || (defined(__OpenBSD__) && defined(__i386))
 #       define BROKEN_COMPILER 1
 #else
 #       define BROKEN_COMPILER 0
