diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-01-11 23:15:13 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-01-11 23:15:13 +0000 |
commit | d52481b9cee7ae5b513986366dc9d6e249049691 (patch) | |
tree | 94eea7f09e6ead3865531d00d517c3383e4317fa /configure | |
parent | 7b5e8a274a69c7d826e0fb7efcceeb136d119ba8 (diff) | |
download | ffmpeg-d52481b9cee7ae5b513986366dc9d6e249049691.tar.gz |
Pass subarch instead of arch to YASMFLAGS
Originally committed as revision 16560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |