[FFmpeg-cvslog] configure: remove unused apply() function
Ganesh Ajjanagadde
git at videolan.org
Thu Aug 27 12:12:44 CEST 2015
ffmpeg | branch: master | Ganesh Ajjanagadde <gajjanagadde at gmail.com> | Thu Aug 27 01:08:34 2015 -0400| [f174bfea86b38c0deaeb8d57166e6908bef9d69a] | committer: Michael Niedermayer
configure: remove unused apply() function
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f174bfea86b38c0deaeb8d57166e6908bef9d69a
---
configure | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure b/configure
index 2f3f5e4..a9940f6 100755
--- a/configure
+++ b/configure
@@ -1312,12 +1312,6 @@ check_host_cpp_condition(){
EOF
}
-apply(){
- file=$1
- shift
- "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp"
-}
-
cp_if_changed(){
cmp -s "$1" "$2" && echo "$2 is unchanged" && return
mkdir -p "$(dirname $2)"
More information about the ffmpeg-cvslog
mailing list