Commit d52481b9 authored by Ramiro Polla's avatar Ramiro Polla

Pass subarch instead of arch to YASMFLAGS

Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7b5e8a27
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment