---
configure | 6 ------
1 file changed, 6 deletions(-)
diff --git a/configure b/configure
index fdf7463526..abaf240224 100755
--- a/configure
+++ b/configure
@@ -1196,12 +1196,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" && { test "$quiet" != "yes" && echo "$2 is unchanged"; }
&& return
mkdir -p "$(dirname $2)"
--
2.11.0
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel