1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Pass subarch instead of arch to YASMFLAGS

Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2009-01-11 23:15:13 +00:00
parent 7b5e8a274a
commit d52481b9ce

2
configure vendored
View File

@ -1750,7 +1750,7 @@ EOF
check_asm bswap '"bswap %%eax" ::: "%eax"' 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 x86_64 && append YASMFLAGS "-m amd64"
enabled_all x86_64 shared && append YASMFLAGS "-DPIC" enabled_all x86_64 shared && append YASMFLAGS "-DPIC"
case "$objformat" in case "$objformat" in