summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-05 17:42:56 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-05 17:42:56 +0000
commita46d86430312e71ad39ef1d94419b7d8691f9953 (patch)
tree5d0fb1221900ab8e0b71e87810d0f2d51d2a2f98 /TOOLS
parent8e492d3eb59699e6a44886330127e0466dd88aef (diff)
downloadmpv-a46d86430312e71ad39ef1d94419b7d8691f9953.tar.bz2
mpv-a46d86430312e71ad39ef1d94419b7d8691f9953.tar.xz
when gathering the list of files to check via svn info, also include
libpostproc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index 7d186b7ffa..6eb0d65ac5 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -66,7 +66,7 @@ all_filenames() {
| 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;'