Mercurial > mplayer.hg
changeset 30965:74678dd2f7ec
Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
author | diego |
---|---|
date | Sun, 04 Apr 2010 17:18:47 +0000 |
parents | a5c6b37b3af6 |
children | eaf5996f5a9a |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Apr 04 16:56:30 2010 +0000 +++ b/configure Sun Apr 04 17:18:47 2010 +0000 @@ -8455,7 +8455,7 @@ WINDRES = $_windres CFLAGS = $CFLAGS $extra_cflags -ASFLAGS = $CFLAGS $extra_cflags +ASFLAGS = \$(CFLAGS) CXXFLAGS = $CXXFLAGS $extra_cflags $extra_cxxflags CFLAGS_DHAHELPER = $cflags_dhahelper