[Ffmpeg-cvslog] r7013 - trunk/configure
mru
subversion
Mon Nov 13 22:43:44 CET 2006
Author: mru
Date: Mon Nov 13 22:43:43 2006
New Revision: 7013
Modified:
trunk/configure
Log:
remove filter_out() function, it's unused and not POSIX compliant
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Nov 13 22:43:43 2006
@@ -324,12 +324,6 @@
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}"
More information about the ffmpeg-cvslog
mailing list