Mercurial > mplayer.hg
changeset 25277:89458daaee5f
when gathering the list of files to check via svn info, also include
libpostproc.
author | ivo |
---|---|
date | Wed, 05 Dec 2007 17:42:56 +0000 |
parents | 334d55a31174 |
children | b037a816be70 |
files | TOOLS/checktree.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/checktree.sh Tue Dec 04 22:37:58 2007 +0000 +++ b/TOOLS/checktree.sh Wed Dec 05 17:42:56 2007 +0000 @@ -66,7 +66,7 @@ | grep -v "\.\#\|\~$\|\.depend\|\/\.svn\/\|config.mak\|^\./config\.h" \ | grep -v "^\./version\.h\|\.o$\|\.a$\|configure.log\|^\./help_mp.h" else - for p in . libavcodec libavutil libavformat ; do + for p in . libavcodec libavutil libavformat libpostproc ; do svn info -R $p | sed -n \ '/Path:/bb; :a; d; b; :b; s/Path: /.\//; h; :c; n; /Node Kind:/bd; bc; :d; /directory/ba; g; p;'