summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-23 00:05:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-23 00:05:48 +0000
commit72b5d885bc79ca6bbf6e1c44b8616b4bdabddbb7 (patch)
tree1daed5f9408009cebd72a40a345c39289b9dbc1b
parentc83eeec0332f24bbcd56bfcd910fb274abaab343 (diff)
downloadmpv-72b5d885bc79ca6bbf6e1c44b8616b4bdabddbb7.tar.bz2
mpv-72b5d885bc79ca6bbf6e1c44b8616b4bdabddbb7.tar.xz
Move compare.c to TOOLS, add it to the Makefile and document it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25830 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--TOOLS/Makefile1
-rw-r--r--TOOLS/README10
-rw-r--r--TOOLS/compare.c (renamed from liba52/compare.c)0
3 files changed, 11 insertions, 0 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index e2d3a2cd35..747327d778 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -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) \
diff --git a/TOOLS/README b/TOOLS/README
index 2d86017384..baf072ef26 100644
--- a/TOOLS/README
+++ b/TOOLS/README
@@ -519,6 +519,16 @@ Usage: modify_reg -r <registry_file> -l
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
diff --git a/liba52/compare.c b/TOOLS/compare.c
index 8230fa25a9..8230fa25a9 100644
--- a/liba52/compare.c
+++ b/TOOLS/compare.c