[FFmpeg-cvslog] configure: Use the right variables in check_host_cpp
Jörg Krause
git at videolan.org
Thu Sep 18 02:10:40 CEST 2014
ffmpeg | branch: master | Jörg Krause <jkrause at posteo.de> | Thu Sep 11 13:55:48 2014 +0200| [3f2c70355ab722bc9f741bd3ed8224c7cfb62379] | committer: Martin Storsjö
configure: Use the right variables in check_host_cpp
HOSTCPPFLAGS and HOSTCFLAGS are only set in config.mak.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f2c70355ab722bc9f741bd3ed8224c7cfb62379
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index a7b3c55..59dd453 100755
--- a/configure
+++ b/configure
@@ -1067,7 +1067,7 @@ check_host_cpp(){
log check_host_cpp "$@"
cat > $TMPC
log_file $TMPC
- check_cmd $host_cc $HOSTCPPFLAGS $HOSTCFLAGS "$@" $(hostcc_e $TMPO) $TMPC
+ check_cmd $host_cc $host_cppflags $host_cflags "$@" $(hostcc_e $TMPO) $TMPC
}
check_host_cppflags(){
More information about the ffmpeg-cvslog
mailing list