summaryrefslogtreecommitdiff
path: root/multimedia/transcode/files/patch-ffmpeg0-10
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-05-01 19:43:12 +0200
committerStefan Eßer <se@FreeBSD.org>2021-05-01 20:48:53 +0200
commit9df78543e018a28c73fc97caff2c3ac9cc7b62f7 (patch)
tree8a421e864e02588e99c236eaeffab67717edaec5 /multimedia/transcode/files/patch-ffmpeg0-10
parentsecurity/signify: Update keys for OpenBSD 6.9 (diff)
multimedia: Revert removal of transcode and dependent ports
This is a partial revert of commit 60955c0a0956 which removed transcode and ports depending on it for not building with -fno-common. multimedia/transcode: Revert removal of port The transcode port has been fixed to build with -fno-common by adding 1 "extern" and 3 "static" keywords to prevent some global symbols to be defined in multiple files that are linked into one binary. While here fix a few issues reported by "make stage-qa". multimedia/dvdrip: remove DEPRECATED multimedia/mkxvcd: remove DEPRECATED multimedia/subtitleripper: remove DEPRECATED While here add TIMESTAMP to distinfo of these ports and make portlint and portclippy happy. multimedia/transcode: Add TIMESTAMP to distinfo
Diffstat (limited to 'multimedia/transcode/files/patch-ffmpeg0-10')
-rw-r--r--multimedia/transcode/files/patch-ffmpeg0-1013
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/transcode/files/patch-ffmpeg0-10 b/multimedia/transcode/files/patch-ffmpeg0-10
new file mode 100644
index 000000000000..83e11846f1c6
--- /dev/null
+++ b/multimedia/transcode/files/patch-ffmpeg0-10
@@ -0,0 +1,13 @@
+--- filter/filter_pp.c
++++ filter/filter_pp.c
+@@ -38,8 +38,8 @@
+
+ /* FIXME: these use the filter ID as an index--the ID can grow
+ * arbitrarily large, so this needs to be fixed */
+-static pp_mode_t *mode[100];
+-static pp_context_t *context[100];
++static pp_mode *mode[100];
++static pp_context *context[100];
+ static int width[100], height[100];
+ static int pre[100];
+