]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Pass subarch instead of arch to YASMFLAGS
authorramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 11 Jan 2009 23:15:13 +0000 (23:15 +0000)
committerramiro <ramiro@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 11 Jan 2009 23:15:13 +0000 (23:15 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16560 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

configure

index 132c3cf84fd5658795f5585e397965af91343a9b..ccca8d85d912adc77ee1c68bf355f12cf8e3f8b1 100755 (executable)
--- 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