summaryrefslogtreecommitdiff
path: root/audio/bmp-wma/files/patch-src-libffwma-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/bmp-wma/files/patch-src-libffwma-common.h')
-rw-r--r--audio/bmp-wma/files/patch-src-libffwma-common.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/bmp-wma/files/patch-src-libffwma-common.h b/audio/bmp-wma/files/patch-src-libffwma-common.h
new file mode 100644
index 000000000000..c4ac35ab58dd
--- /dev/null
+++ b/audio/bmp-wma/files/patch-src-libffwma-common.h
@@ -0,0 +1,17 @@
+--- src/libffwma/common.h.orig 2007-07-08 09:37:09.000000000 +0400
++++ src/libffwma/common.h 2007-07-08 09:37:26.000000000 +0400
+@@ -65,14 +65,6 @@
+ #define AVOPTION_SUB(ptr) { .name = NULL, .help = (const char*)ptr }
+ #define AVOPTION_END() AVOPTION_SUB(NULL)
+
+-struct 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];
+-
+ #endif /* HAVE_AV_CONFIG_H */
+
+ /* Suppress restrict if it was not defined in config.h. */