remove filter_out() function, it's unused and not POSIX compliant
Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ee0a035820
commit
3841a6aa7a
1 changed files with 0 additions and 6 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -324,12 +324,6 @@ require(){
|
|||
check_lib $header $func "$@" || die "ERROR: $name not found"
|
||||
}
|
||||
|
||||
filter_out(){
|
||||
pattern="$1"
|
||||
shift
|
||||
echo "$@" | sed "s%\\<$pattern\\>%%g"
|
||||
}
|
||||
|
||||
# set temporary file name
|
||||
if test ! -z "$TMPDIR" ; then
|
||||
TMPDIR1="${TMPDIR}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue