summaryrefslogtreecommitdiffstats
path: root/multimedia/transcode/transcode-1.1.7-ffmpeg-0.10.patch
diff options
context:
space:
mode:
author Heinz Wiesinger2013-11-03 12:01:45 +0100
committer Robby Workman2013-11-04 07:46:03 +0100
commitb922de3c1feb6bdd69db8d52151d9df51964f885 (patch)
treefebff71258c19d7e4ce0fb70594bb9de08bb5e6b /multimedia/transcode/transcode-1.1.7-ffmpeg-0.10.patch
parent53d4d93210e67f9f67ca40bdcea5121bcedb899d (diff)
downloadslackbuilds-b922de3c1feb6bdd69db8d52151d9df51964f885.tar.gz
multimedia/transcode: Fix building with new ffmpeg.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'multimedia/transcode/transcode-1.1.7-ffmpeg-0.10.patch')
-rw-r--r--multimedia/transcode/transcode-1.1.7-ffmpeg-0.10.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/transcode/transcode-1.1.7-ffmpeg-0.10.patch b/multimedia/transcode/transcode-1.1.7-ffmpeg-0.10.patch
new file mode 100644
index 0000000000..ea737c8b09
--- /dev/null
+++ b/multimedia/transcode/transcode-1.1.7-ffmpeg-0.10.patch
@@ -0,0 +1,15 @@
+http://bugs.gentoo.org/401287
+
+--- 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];
+