Browse Source

remove filter_out() function, it's unused and not POSIX compliant

Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 19 years ago
parent
commit
3841a6aa7a
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      configure

+ 0
- 6
configure View File

@@ -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…
Cancel
Save