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

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Mon Jul 31 10:51:44 UTC 2017


The following commit has been merged in the master branch:
commit e7cb2fdbc2e1bf5a284e10f77b282d6206ca8c2e
Author: James Cowgill <jcowgill at debian.org>
Date:   Mon Jul 31 11:50:39 2017 +0100

    Revert "Add upstream patch to fix arm64 FTBFS"
    
    Patch is applied in upstream 3.3.3.
    
    This reverts commit 7bdd3272f8de6ac049b9970a6acc0b9f4baf844d.

diff --git a/debian/patches/lvac-aarch64-fix-idct_col4_top-coefficient.patch b/debian/patches/lvac-aarch64-fix-idct_col4_top-coefficient.patch
deleted file mode 100644
index ba9c863..0000000
--- a/debian/patches/lvac-aarch64-fix-idct_col4_top-coefficient.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-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
deleted file mode 100644
index 419931e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-lvac-aarch64-fix-idct_col4_top-coefficient.patch

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list