[MPlayer-cvslog] r26188 - trunk/configure
diego
subversion at mplayerhq.hu
Fri Mar 7 11:05:09 CET 2008
Author: diego
Date: Fri Mar 7 11:05:08 2008
New Revision: 26188
Log:
Set ASFLAGS in configure and initialize it as necessary for OS/2.
patch by KO Myung-Hun, komh chollian net
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Fri Mar 7 11:05:08 2008
@@ -7565,6 +7565,7 @@ if cygwin ; then
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 @@ OPTFLAGS = $CFLAGS \$(EXTRA_INC)
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
More information about the MPlayer-cvslog
mailing list