ffmpeg | branch: release/3.1 | Michael Niedermayer <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
