Mercurial > mplayer.hg
changeset 32321:44f7f5dd379f
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
author | reimar |
---|---|
date | Wed, 29 Sep 2010 18:10:25 +0000 |
parents | d7de0c0de45c |
children | dd8cc174b597 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Sep 29 18:05:27 2010 +0000 +++ b/configure Wed Sep 29 18:10:25 2010 +0000 @@ -2703,7 +2703,7 @@ 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" ;;