This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
ee0a035820
commit
3841a6aa7a
1 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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}"
Write
Preview
Loading…
Cancel
Save