summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-26 14:20:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-26 14:50:39 +0200
commit20c0969abc918f14a74b0586556a1fb5f9181be7 (patch)
tree3e5cff6dc6a427993eb8f4c19cc83ccbffab08a6 /media-video/ffmpeg2theora/files
parentdev-util/scons: Port to py3.9 (diff)
downloadgentoo-20c0969abc918f14a74b0586556a1fb5f9181be7.tar.gz
gentoo-20c0969abc918f14a74b0586556a1fb5f9181be7.tar.bz2
gentoo-20c0969abc918f14a74b0586556a1fb5f9181be7.zip
media-video/ffmpeg2theora: Port to py3
Closes: https://bugs.gentoo.org/735546 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg2theora/files')
-rw-r--r--media-video/ffmpeg2theora/files/ffmpeg2theora-0.29-underlinking.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg2theora/files/ffmpeg2theora-0.29-underlinking.patch b/media-video/ffmpeg2theora/files/ffmpeg2theora-0.29-underlinking.patch
index dc877603913a..791e39d87744 100644
--- a/media-video/ffmpeg2theora/files/ffmpeg2theora-0.29-underlinking.patch
+++ b/media-video/ffmpeg2theora/files/ffmpeg2theora-0.29-underlinking.patch
@@ -6,8 +6,8 @@ v = pow(v, g) * 255.0; // mplayer's vf_eq2.c multiplies with 256 here, strang
For build failure and log, see Gentoo bug #504698
---- SConstruct
-+++ SConstruct
+--- a/SConstruct
++++ b/SConstruct
@@ -206,9 +206,8 @@
if env['crossmingw']:
env.Append(CCFLAGS=['-Wl,-subsystem,windows'])