0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

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
This commit is contained in:
diego 2008-01-23 00:05:48 +00:00
parent c83eeec033
commit 72b5d885bc
3 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,7 @@ OBJS = alaw-gen$(EXESUF) \
asfinfo$(EXESUF) \ asfinfo$(EXESUF) \
avi-fix$(EXESUF) \ avi-fix$(EXESUF) \
avisubdump$(EXESUF) \ avisubdump$(EXESUF) \
compare$(EXESUF) \
dump_mp4$(EXESUF) \ dump_mp4$(EXESUF) \
modify_reg$(EXESUF) \ modify_reg$(EXESUF) \
movinfo$(EXESUF) \ movinfo$(EXESUF) \

View File

@ -519,6 +519,16 @@ Usage: modify_reg -r <registry_file> -l
Notes: Necessary to use CoreAVC with MPlayer 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/ realcodecs/
Author: miscellaneous Author: miscellaneous