Signed-off-by: Mans Rullgard <[email protected]> --- Together with the previous patch, this makes the comparison work as intended, and the tests pass on x86-32 and ppc. These systems do the multiply-accumulate with extra precision, leading to a deviation of 1 / (1<<24) in the output. --- tests/fate/filter.mak | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/fate/filter.mak b/tests/fate/filter.mak index 7c1170f..35b6558 100644 --- a/tests/fate/filter.mak +++ b/tests/fate/filter.mak @@ -16,6 +16,7 @@ $(FATE_AMIX): tests/data/asynth-44100-2.wav tests/data/asynth-44100-2-2.wav $(FATE_AMIX): SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav $(FATE_AMIX): SRC1 = $(TARGET_PATH)/tests/data/asynth-44100-2-2.wav $(FATE_AMIX): CMP = oneoff +$(FATE_AMIX): CMP_UNIT = f32 FATE_FILTER += $(FATE_AMIX) FATE_SAMPLES_AVCONV += $(FATE_AMIX) -- 1.7.11.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
