You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: Drop unused helper function test_cflags_cpp()
This commit is contained in:
13
configure
vendored
13
configure
vendored
@@ -1042,19 +1042,6 @@ check_cpp_condition(){
|
|||||||
test_cpp_condition "$@" && enable $name
|
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(){
|
check_lib(){
|
||||||
log check_lib "$@"
|
log check_lib "$@"
|
||||||
name="$1"
|
name="$1"
|
||||||
|
Reference in New Issue
Block a user