From 50036c30df83b609bc5a95276f1287f8b9b8bdd6 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 29 Dec 2014 00:20:08 +0200 Subject: fate: Use bitexact conversions in the dpxparser test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes fate on e.g. ppc. Signed-off-by: Martin Storsjö --- tests/fate/image.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fate/image.mak') diff --git a/tests/fate/image.mak b/tests/fate/image.mak index 3864896fc7..3d8f6a842b 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -34,7 +34,7 @@ FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, DPX) += fate-dpx fate-dpx: CMD = framecrc -i $(TARGET_SAMPLES)/dpx/lighthouse_rgb48.dpx FATE_SAMPLES_AVCONV-$(call PARSERDEMDEC, DPX, IMAGE2PIPE, DPX) += fate-dpxparser -fate-dpxparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/dpx/libav_4x_concat.dpx +fate-dpxparser: CMD = framecrc -f image2pipe -i $(TARGET_SAMPLES)/dpx/libav_4x_concat.dpx -sws_flags +accurate_rnd+bitexact FATE_EXR += fate-exr-slice-raw fate-exr-slice-raw: CMD = framecrc -i $(TARGET_SAMPLES)/exr/rgba_slice_raw.exr -pix_fmt rgba64le -- cgit v1.2.3