Commit 4411cb11 authored by Måns Rullgård's avatar Måns Rullgård

use diff -u -w in codec regression test

Originally committed as revision 12181 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a45b40c4
......@@ -356,8 +356,8 @@ ROTOZOOM_REG = tests/data/rotozoom.regression
VSYNTH_REG = tests/data/vsynth.regression
codectest: $(VSYNTH_REG) $(ROTOZOOM_REG)
diff -u $(FFMPEG_REFFILE) $(VSYNTH_REG)
diff -u $(ROTOZOOM_REFFILE) $(ROTOZOOM_REG)
diff -u -w $(FFMPEG_REFFILE) $(VSYNTH_REG)
diff -u -w $(ROTOZOOM_REFFILE) $(ROTOZOOM_REG)
libavtest: $(LAVF_REG)
diff -u -w $(LIBAV_REFFILE) $(LAVF_REG)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment