Mercurial > mplayer.hg
changeset 31546:e7aa0fde4e34
cosmetics: Rename _warn_CFLAGS variable to warn_cflags.
author | diego |
---|---|
date | Thu, 01 Jul 2010 22:19:57 +0000 |
parents | 4500ce87a70c |
children | 05537cb15be6 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jul 01 21:11:10 2010 +0000 +++ b/configure Thu Jul 01 22:19:57 2010 +0000 @@ -2540,7 +2540,7 @@ extra_ldflags="$extra_ldflags -ffast-math" fi else - _warn_CFLAGS=yes + warn_cflags=yes fi cat > $TMPC << EOF @@ -2564,13 +2564,13 @@ if test -n "$LDFLAGS" ; then extra_ldflags="$extra_ldflags $LDFLAGS" - _warn_CFLAGS=yes + warn_cflags=yes elif test "$cc_vendor" = "intel" ; then extra_ldflags="$extra_ldflags -i-static" fi if test -n "$CPPFLAGS" ; then extra_cflags="$extra_cflags $CPPFLAGS" - _warn_CFLAGS=yes + warn_cflags=yes fi @@ -2709,7 +2709,7 @@ *) YASMFLAGS="$YASMFLAGS -DPREFIX" ;; esac else - _warn_CFLAGS=yes + warn_cflags=yes fi echo "pabsw xmm0, xmm0" > $TMPS @@ -9380,7 +9380,7 @@ EOF -if test "$_warn_CFLAGS" = yes; then +if test "$warn_cflags" = yes; then cat <<EOF MPlayer compilation will use the CPPFLAGS/CFLAGS/LDFLAGS/YASMFLAGS set by you,