$NetBSD: patch-ax,v 1.1 2006/06/26 17:13:36 wiz Exp $

--- src/libffmpeg/libavcodec/avcodec.h.orig	2004-05-30 19:24:19.000000000 +0000
+++ src/libffmpeg/libavcodec/avcodec.h
@@ -1639,6 +1639,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
