[FFmpeg-cvslog] tests/checkasm/checkasm: Disable checkasm_check_pixblockdsp for ppc64be
Michael Niedermayer
git at videolan.org
Sun Jun 26 04:03:49 CEST 2016
ffmpeg | branch: release/3.1 | Michael Niedermayer <michael at niedermayer.cc> | Sun Jun 26 03:43:52 2016 +0200| [e5d434b840404d84585456e51755e052a0fe0731] | committer: Michael Niedermayer
tests/checkasm/checkasm: Disable checkasm_check_pixblockdsp for ppc64be
See: Ticket5508
Suggested-by: Carl
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5d434b840404d84585456e51755e052a0fe0731
---
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 e4ca116..5191f83 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
More information about the ffmpeg-cvslog
mailing list