[FFmpeg-cvslog] configure: Drop unused helper function test_cflags_cpp()
Diego Biurrun
git at videolan.org
Fri Mar 30 03:59:36 EEST 2018
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Mar 13 11:03:11 2018 +0100| [2124a97a4998413c7e81539b16b01ef6ac570ea9] | committer: Diego Biurrun
configure: Drop unused helper function test_cflags_cpp()
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2124a97a4998413c7e81539b16b01ef6ac570ea9
---
configure | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/configure b/configure
index 4128ce3c86..90fb6f07ca 100755
--- a/configure
+++ b/configure
@@ -1042,19 +1042,6 @@ check_cpp_condition(){
test_cpp_condition "$@" && enable $name
}
-test_cflags_cpp(){
- log test_cflags_cpp "$@"
- flags=$1
- condition=$2
- shift 2
- set -- $($cflags_filter "$flags")
- test_cpp "$@" <<EOF
-#if !($condition)
-#error "unsatisfied condition: $condition"
-#endif
-EOF
-}
-
check_lib(){
log check_lib "$@"
name="$1"
More information about the ffmpeg-cvslog
mailing list