[FFmpeg-cvslog] r12181 - trunk/Makefile

mru subversion
Sat Feb 23 14:15:24 CET 2008


Author: mru
Date: Sat Feb 23 14:15:24 2008
New Revision: 12181

Log:
use diff -u -w in codec regression test


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sat Feb 23 14:15:24 2008
@@ -356,8 +356,8 @@ ROTOZOOM_REG = tests/data/rotozoom.regre
 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)




More information about the ffmpeg-cvslog mailing list