[MPlayer-cvslog] r33534 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jun 1 16:38:05 CEST 2011
Author: diego
Date: Wed Jun 1 16:38:03 2011
New Revision: 33534
Log:
configure: Enable yasm/nasm support on OS/2.
patch by KO Myung-Hun, komh78 gmail com
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue May 31 23:15:14 2011 (r33533)
+++ trunk/configure Wed Jun 1 16:38:03 2011 (r33534)
@@ -2749,6 +2749,9 @@ if test -z "$YASMFLAGS" ; then
x86_64 && objformat="macho64" || objformat="macho"
elif win32 ; then
objformat="win32"
+ elif os2 ; then
+ _yasm=nasm
+ objformat="aout"
else
objformat="elf"
fi
More information about the MPlayer-cvslog
mailing list