Mercurial > mplayer.hg
changeset 26156:3ba245a1febf
Set ASFLAGS in configure and initialize it as necessary for OS/2.
patch by KO Myung-Hun, komh chollian net
author | diego |
---|---|
date | Fri, 07 Mar 2008 10:05:08 +0000 |
parents | ba3e34112e47 |
children | 64654d7bebbc |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Mar 07 00:22:09 2008 +0000 +++ b/configure Fri Mar 07 10:05:08 2008 +0000 @@ -7565,6 +7565,7 @@ fi if os2 ; then CFLAGS="$CFLAGS -Zomf" + ASFLAGS="$ASFLAGS -Zomf" fi # 64 bit file offsets? if test "$_largefiles" = yes || freebsd ; then @@ -7657,6 +7658,7 @@ CFLAG_NO_OMIT_LEAF_FRAME_POINTER = $CFLAG_NO_OMIT_LEAF_FRAME_POINTER CXXFLAGS = $CXXFLAGS \$(EXTRAXX_INC) CFLAG_STACKREALIGN = $_stackrealign +ASFLAGS = $ASFLAGS INSTALLSTRIP = $_install_strip CHARSET = $_charset HELP_FILE = $_mp_help