[MPlayer-cvslog] r25830 - in trunk: TOOLS/Makefile TOOLS/README TOOLS/compare.c liba52/compare.c

diego subversion at mplayerhq.hu
Wed Jan 23 01:05:48 CET 2008


Author: diego
Date: Wed Jan 23 01:05:48 2008
New Revision: 25830

Log:
Move compare.c to TOOLS, add it to the Makefile and document it.


Added:
   trunk/TOOLS/compare.c
      - copied unchanged from r25826, /trunk/liba52/compare.c
Removed:
   trunk/liba52/compare.c
Modified:
   trunk/TOOLS/Makefile
   trunk/TOOLS/README

Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile	(original)
+++ trunk/TOOLS/Makefile	Wed Jan 23 01:05:48 2008
@@ -6,6 +6,7 @@ OBJS = alaw-gen$(EXESUF) \
 	asfinfo$(EXESUF) \
 	avi-fix$(EXESUF) \
 	avisubdump$(EXESUF) \
+	compare$(EXESUF) \
 	dump_mp4$(EXESUF) \
 	modify_reg$(EXESUF) \
 	movinfo$(EXESUF) \

Modified: trunk/TOOLS/README
==============================================================================
--- trunk/TOOLS/README	(original)
+++ trunk/TOOLS/README	Wed Jan 23 01:05:48 2008
@@ -519,6 +519,16 @@ Usage:        modify_reg -r <registry_fi
 Notes:        Necessary to use CoreAVC with MPlayer
 
 
+compare.c
+
+Author:       Michael Niedermayer
+
+Description:  Simple file compare program that detects the number of rounding
+              errors and dies if the error is too large.
+
+Usage:        compare <file1> <file2>
+
+
 realcodecs/
 
 Author:       miscellaneous



More information about the MPlayer-cvslog mailing list