[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1022764: ffmpeg: Please disable checkasm-sw_scale on ppc64 as well



Source: ffmpeg
Version: 7:5.1.2-1
Severity: normal
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64
X-Debbugs-Cc: debian-powerpc@lists.debian.org

Hello!

Like with ppc64el, the test checkasm-sw_scale fails on ppc64.

Could you disable it on ppc64 as well?

Note: filter-overlay_yuv420p10 needs to be disabled on ppc64 as well since
      it's a big-endian target.

The attached patch makes the appropriate changes to debian/rules.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
--- debian/rules.orig	2022-10-01 00:52:37.000000000 -0700
+++ debian/rules	2022-10-25 03:57:54.336885863 -0700
@@ -227,9 +227,13 @@
 	CONFIG += --ignore-tests=checkasm-sw_scale,filter-scale2ref_keep_aspect
 endif
 # https://trac.ffmpeg.org/ticket/9855
-ifneq (,$(filter hppa m68k powerpc ppc64 sparc64 s390x,$(DEB_HOST_ARCH_CPU)))
+ifneq (,$(filter hppa m68k powerpc sparc64 s390x,$(DEB_HOST_ARCH_CPU)))
 	CONFIG += --ignore-tests=filter-overlay_yuv420p10
 endif
+ifeq (ppc64,$(DEB_HOST_ARCH))
+	CONFIG += --ignore-tests=checkasm-sw_scale,filter-overlay_yuv420p10
+endif
+
 
 # Set cross-build prefix for compiler, pkg-config...
 ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))

Reply to: