mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00: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:
parent
c83eeec033
commit
72b5d885bc
@ -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) \
|
||||
|
10
TOOLS/README
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user