[MPlayer-cvslog] r32407 - trunk/configure
reimar
subversion at mplayerhq.hu
Wed Sep 29 20:10:25 CEST 2010
Author: reimar
Date: Wed Sep 29 20:10:25 2010
New Revision: 32407
Log:
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Sep 29 20:05:27 2010 (r32406)
+++ trunk/configure Wed Sep 29 20:10:25 2010 (r32407)
@@ -2703,7 +2703,7 @@ if test -z "$YASMFLAGS" ; then
fi
# currently tested for Linux x86, x86_64
YASMFLAGS="-f $objformat"
- x86_64 && YASMFLAGS="$YASMFLAGS -DARCH_X86_64 -m amd64"
+ x86_64 && YASMFLAGS="$YASMFLAGS -m amd64"
test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC"
case "$objformat" in
elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;
More information about the MPlayer-cvslog
mailing list