$NetBSD: patch-ah,v 1.1 2006/06/26 19:40:06 wiz Exp $

--- libavcodec/avcodec.h.orig	2004-07-09 12:49:55.000000000 +0000
+++ libavcodec/avcodec.h
@@ -1657,6 +1657,13 @@ typedef struct AVOption {
 #define FF_OPT_MAX_DEPTH 10
 } AVOption;
 
+#ifdef HAVE_MMX
+extern const struct AVOption avoptions_common[3 + 5];
+#else
+extern const struct AVOption avoptions_common[3];
+#endif
+extern const struct AVOption avoptions_workaround_bug[11];
+
 /**
  * Parse option(s) and sets fields in passed structure
  * @param strct	structure where the parsed results will be written
