[FFmpeg-cvslog] configure: Log correct test name and use correct filter when testing objective C flags
Diego Biurrun
git at videolan.org
Fri Mar 31 20:33:59 EEST 2017
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Jun 6 19:06:30 2016 +0200| [831005b2302cbeb377e3f00fd18c78928bcec185] | committer: Diego Biurrun
configure: Log correct test name and use correct filter when testing objective C flags
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=831005b2302cbeb377e3f00fd18c78928bcec185
---
configure | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 93edc99..4cfa066 100755
--- a/configure
+++ b/configure
@@ -884,15 +884,15 @@ check_cflags(){
}
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 "$@"
}
More information about the ffmpeg-cvslog
mailing list