summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ffmpeg/patches/patch-ah')
-rw-r--r--multimedia/ffmpeg/patches/patch-ah18
1 files changed, 0 insertions, 18 deletions
diff --git a/multimedia/ffmpeg/patches/patch-ah b/multimedia/ffmpeg/patches/patch-ah
deleted file mode 100644
index d97fe5fc190..00000000000
--- a/multimedia/ffmpeg/patches/patch-ah
+++ /dev/null
@@ -1,18 +0,0 @@
-$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