mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
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
This commit is contained in:
parent
8e492d3eb5
commit
a46d864303
@ -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;'
|
||||
|
Loading…
Reference in New Issue
Block a user