From d52481b9cee7ae5b513986366dc9d6e249049691 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Sun, 11 Jan 2009 23:15:13 +0000 Subject: [PATCH] Pass subarch instead of arch to YASMFLAGS Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 132c3cf84f..ccca8d85d9 100755 --- a/configure +++ b/configure @@ -1750,7 +1750,7 @@ EOF check_asm bswap '"bswap %%eax" ::: "%eax"' - YASMFLAGS="-f $objformat -DARCH_$(toupper $arch)" + YASMFLAGS="-f $objformat -DARCH_$(toupper $subarch)" enabled x86_64 && append YASMFLAGS "-m amd64" enabled_all x86_64 shared && append YASMFLAGS "-DPIC" case "$objformat" in