[SCM] ffmpeg/master: Add upstream patch to fix arm64 FTBFS

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Thu Jul 27 13:55:28 UTC 2017


The following commit has been merged in the master branch:
commit 7bdd3272f8de6ac049b9970a6acc0b9f4baf844d
Author: James Cowgill <jcowgill at debian.org>
Date:   Thu Jul 27 14:51:19 2017 +0100

    Add upstream patch to fix arm64 FTBFS

diff --git a/debian/patches/lvac-aarch64-fix-idct_col4_top-coefficient.patch b/debian/patches/lvac-aarch64-fix-idct_col4_top-coefficient.patch
new file mode 100644
index 0000000..ba9c863
--- /dev/null
+++ b/debian/patches/lvac-aarch64-fix-idct_col4_top-coefficient.patch
@@ -0,0 +1,23 @@
+From 20f5e2c17785ef84db565e658420faf6f8ca0807 Mon Sep 17 00:00:00 2001
+From: Matthieu Bouron <matthieu.bouron at gmail.com>
+Date: Tue, 13 Jun 2017 17:19:51 +0200
+Subject: [PATCH] lavc/aarch64/simple_idct: fix idct_col4_top coefficient
+
+Fixes regression introduced by 5d0b8b1ae307951310c7d9a8fa282fbca9b997cd.
+---
+ libavcodec/aarch64/simple_idct_neon.S | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libavcodec/aarch64/simple_idct_neon.S b/libavcodec/aarch64/simple_idct_neon.S
+index 92987985d29..5bd31e5be99 100644
+--- a/libavcodec/aarch64/simple_idct_neon.S
++++ b/libavcodec/aarch64/simple_idct_neon.S
+@@ -74,7 +74,7 @@ endconst
+ .endm
+ 
+ .macro idct_col4_top y1, y2, y3, y4, i, l
+-        smull\i         v7.4S,  \y3\l, z1
++        smull\i         v7.4S,  \y3\l, z2
+         smull\i         v16.4S, \y3\l, z6
+         smull\i         v17.4S, \y2\l, z1
+         add             v19.4S, v23.4S, v7.4S
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..419931e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+lvac-aarch64-fix-idct_col4_top-coefficient.patch

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list