diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 06:59:08 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:51 -0500 |
commit | 450bb37cf300a850f3c5825bbe79860558cbe3f7 (patch) | |
tree | d7e493508af713bc07a94ea945ab66be80870212 /multimedia/transcode/files/patch-ffmpeg0-10 | |
parent | www/horde-base: Remove expired port: (diff) |
multimedia/transcode: Remove expired port:12.3-last
2023-03-31 multimedia/transcode: abandoned by upstream and does not build
Diffstat (limited to 'multimedia/transcode/files/patch-ffmpeg0-10')
-rw-r--r-- | multimedia/transcode/files/patch-ffmpeg0-10 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/transcode/files/patch-ffmpeg0-10 b/multimedia/transcode/files/patch-ffmpeg0-10 deleted file mode 100644 index 83e11846f1c6..000000000000 --- a/multimedia/transcode/files/patch-ffmpeg0-10 +++ /dev/null @@ -1,13 +0,0 @@ ---- 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]; - |