You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
Merge commit '831005b2302cbeb377e3f00fd18c78928bcec185'
* commit '831005b2302cbeb377e3f00fd18c78928bcec185': configure: Log correct test name and use correct filter when testing objective C flags Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
6
configure
vendored
6
configure
vendored
@ -1045,15 +1045,15 @@ EOF
|
||||
}
|
||||
|
||||
test_objcflags(){
|
||||
log test_cflags "$@"
|
||||
set -- $($cflags_filter "$@")
|
||||
log test_objcflags "$@"
|
||||
set -- $($objcflags_filter "$@")
|
||||
check_objcc "$@" <<EOF
|
||||
int x;
|
||||
EOF
|
||||
}
|
||||
|
||||
check_objcflags(){
|
||||
log check_cflags "$@"
|
||||
log check_objcflags "$@"
|
||||
test_objcflags "$@" && add_objcflags "$@"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user