aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-06-26 03:43:52 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-06-26 03:56:11 +0200
commite5d434b840404d84585456e51755e052a0fe0731 (patch)
tree2e018cc80e68937dc1a3330321a7009d516137e1
parent074fdf4d12b0c87ebef0cd0f196aa3297b60e96d (diff)
downloadffmpeg-e5d434b840404d84585456e51755e052a0fe0731.tar.gz
tests/checkasm/checkasm: Disable checkasm_check_pixblockdsp for ppc64be
See: Ticket5508 Suggested-by: Carl Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r--tests/checkasm/checkasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
index e4ca116b06..5191f83431 100644
--- a/tests/checkasm/checkasm.c
+++ b/tests/checkasm/checkasm.c
@@ -89,7 +89,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