[FFmpeg-cvslog] tests/checkasm/checkasm: Disable checkasm_check_pixblockdsp for ppc64be

Michael Niedermayer git at videolan.org
Sun Jun 26 04:19:09 CEST 2016


ffmpeg | branch: release/3.0 | Michael Niedermayer <michael at niedermayer.cc> | Sun Jun 26 03:43:52 2016 +0200| [fbdf5ca763f05bdd52c402be947bb2b2755a09c9] | committer: Carl Eugen Hoyos

tests/checkasm/checkasm: Disable checkasm_check_pixblockdsp for ppc64be

See: Ticket5508

Suggested-by: Carl
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit e5d434b840404d84585456e51755e052a0fe0731)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fbdf5ca763f05bdd52c402be947bb2b2755a09c9
---

 tests/checkasm/checkasm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index 1e73e34..797ecd5 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -92,7 +92,7 @@ static const struct {
     #if CONFIG_JPEG2000_DECODER
         { "jpeg2000dsp", checkasm_check_jpeg2000dsp },
     #endif
-    #if CONFIG_PIXBLOCKDSP
+    #if CONFIG_PIXBLOCKDSP && !(ARCH_PPC64 && HAVE_BIGENDIAN)
         { "pixblockdsp", checkasm_check_pixblockdsp },
     #endif
     #if CONFIG_V210_ENCODER



More information about the ffmpeg-cvslog mailing list